Skip to content

Commit 63fe1be

Browse files
committed
Travis CI: Pin nightly to 2018-12-31 for now
Waiting on rust-lang/rust#57344 to be merged.
1 parent 0be4a44 commit 63fe1be

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ cache: cargo
77
rust:
88
- stable
99
- beta
10-
- nightly
10+
- nightly-2018-12-31
1111

1212
matrix:
1313
allow_failures:
14-
- rust: nightly
14+
- rust: nightly-2018-12-31
15+
fast_finish: true
1516

1617
env:
1718
global:
@@ -32,12 +33,12 @@ before_script:
3233
- cargo install-update -a # update outdated cached binaries
3334

3435
before_cache: |
35-
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
36+
if [[ "$TRAVIS_RUST_VERSION" == nightly-2018-12-31 ]]; then
3637
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
3738
fi
3839
3940
after_success: |
40-
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
41+
if [[ "$TRAVIS_RUST_VERSION" == nightly-2018-12-31 ]]; then
4142
cargo tarpaulin --timeout 180 --out Xml
4243
bash <(curl -s https://codecov.io/bash)
4344
fi

0 commit comments

Comments
 (0)