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 8610243 commit 5505ed4Copy full SHA for 5505ed4
.travis.yml
@@ -4,3 +4,21 @@ rust:
4
- nightly
5
- beta
6
- stable
7
+
8
+matrix:
9
+ include:
10
+ - rust: nightly-2017-10-09
11
+ env:
12
+ - CLIPPY_VERS="0.0.165"
13
+ - CLIPPY_TOOLCHAIN="2017-10-09"
14
+ install:
15
+ - cargo +nightly-$CLIPPY_TOOLCHAIN clippy -- --version || travis_wait cargo +nightly-$CLIPPY_TOOLCHAIN install clippy --vers "$CLIPPY_VERS" --force
16
+ - export PATH=$HOME/.cargo/bin:$PATH
17
+ script:
18
+ - cargo +nightly-$CLIPPY_TOOLCHAIN clippy -- -D warnings
19
20
+script:
21
+ - rustc -Vv
22
+ - cargo -V
23
+ - cargo check --verbose
24
+ - cargo test --verbose
0 commit comments