Skip to content

Commit

Permalink
travis base url not needed :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Apr 7, 2017
1 parent c924a1c commit 3309b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "ntriple"
version = "0.1.0"
version = "0.1.1"
description = "A simple RDF N-Triples parser"
repository = "https://github.com/ghsnd/ntriple"
homepage = "https://github.com/ghsnd/ntriple"
Expand All @@ -18,7 +18,7 @@ authors = ["Gerald Haesendonck"]
build = "build.rs"

[badges]
travis-ci = { repository = "https://travis-ci.org/ghsnd/ntriple"}
travis-ci = { repository = "ghsnd/ntriple"}

[build-dependencies]
peg = "0.5"
Expand Down

0 comments on commit 3309b25

Please sign in to comment.