Skip to content

Commit bc2a278

Browse files
committed
Update travis min version and simplify tarp install
1 parent 3604387 commit bc2a278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addons:
77
- libssl-dev
88
cache: cargo
99
rust:
10-
- 1.37.0
10+
- 1.42.0
1111
- stable
1212
- beta
1313
- nightly
@@ -16,7 +16,7 @@ matrix:
1616
- rust: nightly
1717
before_cache: |
1818
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
19-
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin -f
19+
cargo install cargo-tarpaulin -f
2020
fi
2121
before_script:
2222
- rustup component add rustfmt

0 commit comments

Comments
 (0)