Skip to content

Commit 6e54a7d

Browse files
committed
Test with -Z minimal-versions on CI
1 parent 299713a commit 6e54a7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ before_script:
1010
script:
1111
- cargo run -p ci
1212
- 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
1316
after_success:
1417
- travis-cargo --only nightly doc-upload
1518

0 commit comments

Comments
 (0)