Skip to content

Commit

Permalink
Attempt to optimize the cargo-travis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Oct 17, 2017
1 parent 1dbec4f commit 2a7063e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addons:

before_script:
- |
cargo install --force cargo-travis &&
cargo install cargo-travis || echo "cargo-travis already installed"
export PATH=$HOME/.cargo/bin:$PATH
# the main build
Expand Down

0 comments on commit 2a7063e

Please sign in to comment.