From a4ed6155ace285f3b32dcbcf14e533b5ef35cf8e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 16 Oct 2018 12:03:29 -0700 Subject: [PATCH] Check minimal versions (#322) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c42c51d..9475be9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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