Skip to content

Commit

Permalink
Merge pull request #114 from hcpl/minimal-versions
Browse files Browse the repository at this point in the history
Test with `-Z minimal-versions` on CI
  • Loading branch information
KodrAus committed Nov 8, 2018
2 parents 051d5e9 + 5d2434e commit c1f2c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -8,11 +8,17 @@ rust:
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- if [ "${MINIMAL_VERSIONS}" = "y" ]; then cargo update -Z minimal-versions; fi
- cargo run -p ci
- cargo run --example default
after_success:
- travis-cargo --only nightly doc-upload

matrix:
include:
- rust: nightly
env: MINIMAL_VERSIONS=y

notifications:
email:
on_success: never

0 comments on commit c1f2c20

Please sign in to comment.