File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ dir-diff version:
2+ rust version:
3+ OS:
Original file line number Diff line number Diff line change 1+ - [ ] Tests created for any new feature or regression tests for bugfixes.
2+ - [ ] ` cargo test ` succeeds
3+ - [ ] ` cargo +nightly clippy ` succeeds
Original file line number Diff line number Diff line change 44 - nightly
55 - beta
66 - 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
You can’t perform that action at this time.
0 commit comments