mirror of https://github.com/fafhrd91/actix-web
clean cargo before running skeptic tests
This commit is contained in:
parent
d152860fa7
commit
728d4f1f57
|
@ -43,6 +43,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then
|
||||||
|
cargo clean
|
||||||
USE_SKEPTIC=1 cargo test --features=alpn
|
USE_SKEPTIC=1 cargo test --features=alpn
|
||||||
else
|
else
|
||||||
cargo test --features=alpn
|
cargo test --features=alpn
|
||||||
|
|
Loading…
Reference in New Issue