mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 16:41:05 +00:00
downgrade tarpaulin
This commit is contained in:
parent
650474ca39
commit
5fff07402e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ before_install:
|
|||
|
||||
before_cache: |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
|
||||
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin -f
|
||||
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin -f --version 0.6.7
|
||||
fi
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue