summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2018-08-24 14:02:33 -0400
committerPaul Woolcock <paul@woolcock.us>2018-08-24 15:28:48 -0400
commitae4d5dffe55564d4a93c9b7b9df2e5da052a1c9f (patch)
tree1b4c0b7cbc3928303a4075a263893be2e262ee69
parent80391aebc94f801ca85da4a0b5ace82263086f05 (diff)
try to make travis happy
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index cf7d26f..5ba9630 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,10 @@ before_script:
script:
- |
if [[ "$TRAVIS_RUST_VERSION" == "nightly"* ]]; then cargo fmt --all -- --check; fi
- - cargo build
- - cargo build --features toml
- - cargo build --features all
- - cargo test --features all
+ - cargo clean && cargo build
+ - cargo clean && cargo build --features toml
+ - cargo clean && cargo build --features all
+ - cargo clean && cargo test --features all
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin