File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ cache: cargo
7
7
rust :
8
8
- stable
9
9
- beta
10
- - nightly
10
+ - nightly-2018-12-31
11
11
12
12
matrix :
13
13
allow_failures :
14
- - rust : nightly
14
+ - rust : nightly-2018-12-31
15
+ fast_finish : true
15
16
16
17
env :
17
18
global :
@@ -32,12 +33,12 @@ before_script:
32
33
- cargo install-update -a # update outdated cached binaries
33
34
34
35
before_cache : |
35
- if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
36
+ if [[ "$TRAVIS_RUST_VERSION" == nightly-2018-12-31 ]]; then
36
37
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin
37
38
fi
38
39
39
40
after_success : |
40
- if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
41
+ if [[ "$TRAVIS_RUST_VERSION" == nightly-2018-12-31 ]]; then
41
42
cargo tarpaulin --timeout 180 --out Xml
42
43
bash <(curl -s https://codecov.io/bash)
43
44
fi
You can’t perform that action at this time.
0 commit comments