Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
only test minimal-versions on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Aug 24, 2018
1 parent 88daa37 commit 3069890
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ rust:
- stable
- beta
- nightly
before_script:
- rustup toolchain install nightly
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
- cargo +nightly generate-lockfile -Z minimal-versions
- cargo build --verbose
- cargo test --verbose
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo +nightly generate-lockfile -Z minimal-versions;
cargo build --verbose;
cargo test --verbose;
fi

0 comments on commit 3069890

Please sign in to comment.