update tarpaulin version

This commit is contained in:
Marc-Antoine Arnaud 2018-12-06 09:33:14 +01:00
parent 2ef7ecb4c3
commit 9f19057353

View File

@ -33,7 +33,7 @@ matrix:
- cargo clippy 2>&1 | tee ./clippy.out && ! grep -qe "error:\|warning:" ./clippy.out
# Test coverage (with Tarpaulin)
- env: TARPAULIN_VERSION="0.5.6"
- env: TARPAULIN_VERSION="0.6.10"
rust: stable
# To avoid "Error: EPERM: operation not permitted" error (see https://github.com/valery-barysok/session-file-store/issues/58)
sudo: true