We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360bed9 commit 10f5e84Copy full SHA for 10f5e84
.travis.yml
@@ -7,7 +7,7 @@ rust:
7
8
install:
9
# Install rustfmt
10
- - 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
11
# Install clippy
12
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then (cargo install clippy --force) fi
13
- export PATH=$HOME/.cargo/bin:$PATH
0 commit comments