Skip to content

Commit 96bdf4c

Browse files
committed
Try and fix coverage reports
1 parent 0088ac1 commit 96bdf4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: rust
2-
2+
rust: 1.36.0
33
sudo: required
44
cache:
55
directories:
@@ -22,7 +22,7 @@ branches:
2222
- llvm10-0
2323

2424
before_cache:
25-
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
25+
- cargo install cargo-tarpaulin
2626
- rm -rf /home/travis/.cargo/registry
2727
include_base: &BASE
2828
addons:
@@ -251,7 +251,7 @@ env:
251251
- RUSTFLAGS="-C link-dead-code -C target-cpu=native -l ffi"
252252

253253
after_success: |
254-
if [[ "$TRAVIS_RUST_VERSION" == nightly-2019-07-25 ]]; then
254+
if [[ "$TRAVIS_RUST_VERSION" == 1.36.0 ]]; then
255255
cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --out Xml
256256
bash <(curl -s https://codecov.io/bash)
257257
fi

0 commit comments

Comments
 (0)