Skip to content

Commit

Permalink
Update rustfmt version used by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djwf committed Feb 28, 2017
1 parent 360bed9 commit 10f5e84
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 @@ -7,7 +7,7 @@ rust:

install:
# Install rustfmt
- curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --force --crate rustfmt --git japaric/rustfmt-bin --tag v0.6.3-20161120
- curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --force --crate rustfmt --git japaric/rustfmt-bin --tag v0.7.1-20170120
# Install clippy
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then (cargo install clippy --force) fi
- export PATH=$HOME/.cargo/bin:$PATH
Expand Down

0 comments on commit 10f5e84

Please sign in to comment.