Skip to content

Commit c1f2c20

Browse files
authored
Merge pull request #114 from hcpl/minimal-versions
Test with `-Z minimal-versions` on CI
2 parents 051d5e9 + 5d2434e commit c1f2c20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ rust:
88
before_script:
99
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
1010
script:
11+
- if [ "${MINIMAL_VERSIONS}" = "y" ]; then cargo update -Z minimal-versions; fi
1112
- cargo run -p ci
1213
- cargo run --example default
1314
after_success:
1415
- travis-cargo --only nightly doc-upload
1516

17+
matrix:
18+
include:
19+
- rust: nightly
20+
env: MINIMAL_VERSIONS=y
21+
1622
notifications:
1723
email:
1824
on_success: never

0 commit comments

Comments
 (0)