We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo coveralls
1 parent dcc624c commit 7598cccCopy full SHA for 7598ccc
.travis.yml
@@ -44,7 +44,7 @@ before_script:
44
#
45
# [0]: https://github.com/rust-lang/cargo/issues/2082
46
- 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`
+ - cargo install --git https://github.com/roblabla/cargo-travis --branch cargo-metadata || echo "cargo-travis already installed" # for `cargo coveralls`
48
- cargo install-update -a # updates cargo-travis, if the cached version is outdated
49
50
script:
0 commit comments