From 728d4f1f57c94a85526418f162935f34fac34fa1 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 11 Jan 2018 11:39:17 -0800 Subject: [PATCH] clean cargo before running skeptic tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5cbbda052..5dac530c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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