Skip to content

Commit

Permalink
chore(travis): install cargo-travis via cargo-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Jan 12, 2019
1 parent 3ebb7bd commit 3b476df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ matrix:
before_cache:
- rm -rf /home/travis/.cargo/registry
install:
- cargo install cargo-travis --debug || echo "cargo-travis has been already installed"
- cargo install cargo-update --debug || echo "cargo-update has been already installed"
- cargo install-update -i cargo-travis
script:
- mkdir -p target # fix for cargo-coveralls
- cargo coveralls

0 comments on commit 3b476df

Please sign in to comment.