1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-28 01:32:57 +01:00

travis config

This commit is contained in:
Nikolay Kim 2018-01-21 08:50:29 -08:00
parent 1914a6a0d8
commit 21c8c0371d

View File

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