aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2017-07-25 00:24:30 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-07-25 09:11:09 -0400
commit2dfff19478d2778d3dbaedcacb10f75c100f0882 (patch)
tree1a1a15546aeb827edab4a021879db63b27bed0a2 /Cargo.toml
parent88f0b9851e9824d54248b862b20fe28415a30ec0 (diff)
downloadbyteorder-2dfff19478d2778d3dbaedcacb10f75c100f0882.tar.gz
Cleanup CI badge
The `repository` key only takes the username and repository name, not a full URL (the default `service` is GitHub). The `branch` key defaults to `master` so I removed it for simplicity.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3705bd2..681b70a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,4 +29,4 @@ i128 = []
opt-level = 3
[badges]
-travis-ci = { repository = "https://github.com/BurntSushi/byteorder", branch = "master" }
+travis-ci = { repository = "BurntSushi/byteorder" }