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 ef67133 commit 3260024Copy full SHA for 3260024
.travis.yml
@@ -8,10 +8,10 @@ rust:
8
9
jobs:
10
include:
11
- - if: env(TRAVIS_RUST_VERSION) = "nightly"
+ - rust: nightly
12
name: "Test minimal dependency versions with Rust nightly"
13
script: cargo test -Zminimal-versions --verbose --all-features
14
- - if: env(TRAVIS_RUST_VERSION) = "stable"
+ - rust: stable
15
name: "Lint with Clippy"
16
install: rustup component add clippy
17
script:
0 commit comments