From 9f19057353256a3b708d090e54737705bedb92b3 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Thu, 6 Dec 2018 09:33:14 +0100 Subject: [PATCH] update tarpaulin version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a9060e..bed30df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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