Check minimal versions (#322)
This commit is contained in:
@@ -42,6 +42,9 @@ script:
|
||||
# Run h2spec on stable
|
||||
- if [ "${TRAVIS_RUST_VERSION}" = "stable" ]; then ./ci/h2spec.sh; fi
|
||||
|
||||
# Check minimal versions
|
||||
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then cargo clean; cargo check -Z minimal-versions; fi
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
|
||||
Reference in New Issue
Block a user