Skip to content

Commit 7598ccc

Browse files
committed
Use an unreleased cargo coveralls, which works with the modern Cargo.lock format
See roblabla/cargo-travis#66
1 parent dcc624c commit 7598ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_script:
4444
#
4545
# [0]: https://github.com/rust-lang/cargo/issues/2082
4646
- cargo install cargo-update || echo "cargo-update already installed" # for `cargo install-update`
47-
- cargo install cargo-travis || echo "cargo-travis already installed" # for `cargo coveralls`
47+
- cargo install --git https://github.com/roblabla/cargo-travis --branch cargo-metadata || echo "cargo-travis already installed" # for `cargo coveralls`
4848
- cargo install-update -a # updates cargo-travis, if the cached version is outdated
4949

5050
script:

0 commit comments

Comments
 (0)