1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-18 14:16:47 +00: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
USE_SKEPTIC=1 cargo test --features=alpn
else
cargo clean
cargo test
# --features=alpn
fi