Skip to content

Commit

Permalink
Remove 'which rustfmt'
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmartin committed Oct 3, 2017
1 parent b7d7fa9 commit e2b5649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ env:
- SETTLE_TIME=2000
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- which rustfmt || cargo install --git https://github.com/rust-lang-nursery/rustfmt.git --rev 6e41100725267974fa6dcc61134d4377b676ad01
- cargo install --git https://github.com/rust-lang-nursery/rustfmt.git --rev 6e41100725267974fa6dcc61134d4377b676ad01 --force
script:
- cargo fmt -- --write-mode=diff
- cargo test --verbose

0 comments on commit e2b5649

Please sign in to comment.