summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ee40a68..f2db830 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,11 +9,9 @@ cache: cargo
rust:
- nightly-2019-03-15
-before_cache: |
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
-
install:
- cargo build --release --all --all-features
+- cargo tarpaulin --version || RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
script:
- cargo test --release --all --all-features