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.
2 parents cf66c10 + 81504cc commit fcca5ccCopy full SHA for fcca5cc
.travis.yml
@@ -15,8 +15,6 @@ install:
15
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
16
- npm install
17
- cargo install --force diesel_cli --vers 0.14.0 --debug --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
18
- - cargo install --force rustfmt
19
- - rustfmt --version
20
21
before_script:
22
- diesel database setup
@@ -40,6 +38,8 @@ matrix:
40
38
- rust: stable
41
39
env: RUSTFMT=YESPLEASE
42
script:
+ - cargo install --force rustfmt
+ - rustfmt --version
43
- cargo fmt -- --write-mode=diff
44
45
0 commit comments