We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3604387 commit bc2a278Copy full SHA for bc2a278
1 file changed
.travis.yml
@@ -7,7 +7,7 @@ addons:
7
- libssl-dev
8
cache: cargo
9
rust:
10
- - 1.37.0
+ - 1.42.0
11
- stable
12
- beta
13
- nightly
@@ -16,7 +16,7 @@ matrix:
16
- rust: nightly
17
before_cache: |
18
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
19
- RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin -f
+ cargo install cargo-tarpaulin -f
20
fi
21
before_script:
22
- rustup component add rustfmt
0 commit comments