Skip to content

Commit

Permalink
use cargo-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Feb 25, 2018
1 parent 454505e commit 67b7972
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ matrix:
env: FEATURES='--no-default-features'
before_script:
- export PATH=$HOME/.cargo/bin:$PATH
- which cargo-coveralls || cargo install cargo-travis
- which cargo-benchcmp || cargo install cargo-benchcmp
- cargo install cargo-update || echo "cargo-update already installed"
- cargo install cargo-travis || echo "cargo-travis already installed"
- cargo install cargo-benchcmp || echo "cargo-benchcmp already installed"
- cargo install-update -a
- rust: stable
env: FEATURES=''
- rust: stable
Expand Down

0 comments on commit 67b7972

Please sign in to comment.