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 8049282 commit 7d3ed1aCopy full SHA for 7d3ed1a
.travis.yml
@@ -1,8 +1,9 @@
1
language: rust
2
rust: nightly
3
+cache: cargo
4
before_script:
5
- export PATH="$PATH:$HOME/.cargo/bin"
- - which rustfmt || cargo install rustfmt
6
+ - which rustfmt || cargo install --vers 0.8.4 rustfmt
7
8
script:
9
- cargo fmt -- --write-mode=diff
0 commit comments