Skip to content

Commit

Permalink
test minimal-versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Apr 7, 2018
1 parent 4ddf690 commit 75338d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ rust:
- stable
script:
- cargo build
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo update -Z minimal-versions; fi
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo build; fi
branches:
only:
master
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ build: false

test_script:
- cargo build
- if [%channel%]==[nightly] (cargo update -Z minimal-versions)
- if [%channel%]==[nightly] (cargo build)

0 comments on commit 75338d2

Please sign in to comment.