Skip to content

Commit 6d5a351

Browse files
committed
test(travis): Test build with minimal versions
1 parent 0a1add2 commit 6d5a351

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ matrix:
3535
- cargo test
3636
- cargo doc --no-deps
3737
- (cd src/doc && mdbook build --dest-dir ../../target/doc)
38+
# Make sure building cargo works with minimum dependency versions.
39+
- ./target/debug/cargo update -Z minimal-versions
40+
- cargo build
3841

3942
exclude:
4043
- rust: stable

0 commit comments

Comments
 (0)