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

Commit 07241f2

Browse files
authored
ci: add minimal-versions
PR #242
2 parents eaf37f7 + 3069890 commit 07241f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ script:
88
- cargo build --verbose
99
- cargo test --verbose
1010
- cargo doc
11+
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
12+
cargo +nightly generate-lockfile -Z minimal-versions;
13+
cargo build --verbose;
14+
cargo test --verbose;
15+
fi

0 commit comments

Comments
 (0)