We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0088ac1 commit 96bdf4cCopy full SHA for 96bdf4c
.travis.yml
@@ -1,5 +1,5 @@
1
language: rust
2
-
+rust: 1.36.0
3
sudo: required
4
cache:
5
directories:
@@ -22,7 +22,7 @@ branches:
22
- llvm10-0
23
24
before_cache:
25
- - RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
+ - cargo install cargo-tarpaulin
26
- rm -rf /home/travis/.cargo/registry
27
include_base: &BASE
28
addons:
@@ -251,7 +251,7 @@ env:
251
- RUSTFLAGS="-C link-dead-code -C target-cpu=native -l ffi"
252
253
after_success: |
254
- if [[ "$TRAVIS_RUST_VERSION" == nightly-2019-07-25 ]]; then
+ if [[ "$TRAVIS_RUST_VERSION" == 1.36.0 ]]; then
255
cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --out Xml
256
bash <(curl -s https://codecov.io/bash)
257
fi
0 commit comments