1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-03 08:41:55 +00:00

Update .travis.yml

This commit is contained in:
Nikolay Kim 2017-12-27 07:36:24 -08:00 committed by GitHub
parent 5df5cc7374
commit e1fb32c6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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