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.
-Z minimal-versions
1 parent 299713a commit 6e54a7dCopy full SHA for 6e54a7d
.travis.yml
@@ -10,6 +10,9 @@ before_script:
10
script:
11
- cargo run -p ci
12
- cargo run --example default
13
+ - if [ "${TRAVIS_RUST_VERSION}" = nightly ]; then cargo update -Z minimal-versions; fi
14
+ - if [ "${TRAVIS_RUST_VERSION}" = nightly ]; then cargo run -p ci; fi
15
+ - if [ "${TRAVIS_RUST_VERSION}" = nightly ]; then cargo run --example default; fi
16
after_success:
17
- travis-cargo --only nightly doc-upload
18
0 commit comments