Check minimal versions (#322)

This commit is contained in:
Carl Lerche
2018-10-16 12:03:29 -07:00
committed by GitHub
parent ea8b8ac2fd
commit a4ed6155ac

View File

@@ -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