diff --git a/.travis.yml b/.travis.yml index 6251bced..325fa879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_script: script: - | - if [[ "$TRAVIS_RUST_VERSION" == "nightly-2017-12-21" ]]; then + if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then USE_SKEPTIC=1 cargo test --features=alpn else cargo test --features=alpn