Skip to content

Commit

Permalink
Allow already installed cargo subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanq committed Dec 28, 2018
1 parent 41d68c1 commit 82fc1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ rust:

before_script:
- export PATH=$HOME/.cargo/bin:$PATH
- cargo install cargo-update
- cargo install cargo-travis
- cargo install cargo-update || true
- cargo install cargo-travis || true
- cargo install-update -a

script:
- cargo build
- cargo test
# - cargo bench
- cargo --only stable doc
- cargo doc

after_success:
- cargo coveralls
Expand Down

0 comments on commit 82fc1e1

Please sign in to comment.