1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-20 21:06:17 +00:00

disable alpn feature

This commit is contained in:
Nikolay Kim 2018-01-14 14:44:32 -08:00
parent 7060f298b4
commit 09a6f8a34f

View file

@ -46,7 +46,8 @@ script:
cargo clean
USE_SKEPTIC=1 cargo test --features=alpn
else
cargo test --features=alpn
cargo test
# --features=alpn
fi
- |