From e1fb32c6e5e72f3c0e688c35adc4101df15ca698 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 27 Dec 2017 07:36:24 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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