1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-01 04:48:45 +00:00

clean cargo before running skeptic tests

This commit is contained in:
Nikolay Kim 2018-01-11 11:39:17 -08:00
parent d152860fa7
commit 728d4f1f57

View file

@ -43,6 +43,7 @@ before_script:
script:
- |
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
cargo clean
USE_SKEPTIC=1 cargo test --features=alpn
else
cargo test --features=alpn