From 3309b252646d08cc4742f41f301909d3453e00b9 Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Fri, 7 Apr 2017 10:44:49 +0200 Subject: [PATCH] travis base url not needed :) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdd9877..c9464ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"