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

Commit

Permalink
ci: add minimal-versions
Browse files Browse the repository at this point in the history
PR #242
  • Loading branch information
BurntSushi committed Aug 24, 2018
2 parents eaf37f7 + 3069890 commit 07241f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
cargo +nightly generate-lockfile -Z minimal-versions;
cargo build --verbose;
cargo test --verbose;
fi

0 comments on commit 07241f2

Please sign in to comment.