File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ matrix:
30
30
ALT=i686-unknown-linux-gnu
31
31
rust : 1.31.0
32
32
script :
33
- - rustup toolchain install nightly || travis_terminate 1
34
- - cargo +nightly generate-lockfile -Z minimal-versions || travis_terminate 1
33
+ - rustup toolchain install nightly-2019-01-09 || travis_terminate 1
34
+ - cargo +nightly-2019-01-09 generate-lockfile -Z minimal-versions || travis_terminate 1
35
35
- cargo -V || travis_terminate 1
36
36
- cargo test --features=deny-warnings || travis_terminate 1
37
37
if : branch != master OR type = pull_request
38
38
39
39
- env : TARGET=x86_64-unknown-linux-gnu
40
40
ALT=i686-unknown-linux-gnu
41
- rust : nightly
41
+ rust : nightly-2019-01-09
42
42
install :
43
43
- travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.1.7/mdbook-v0.1.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
44
44
script :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ environment:
9
9
install :
10
10
- if NOT defined APPVEYOR_PULL_REQUEST_NUMBER if "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
11
11
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
12
- - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
12
+ - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2019-01-09
13
13
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
14
14
- if defined MINIMAL_VERSIONS rustup toolchain install 1.31.0
15
15
- if defined OTHER_TARGET rustup target add %OTHER_TARGET%
@@ -25,5 +25,5 @@ test_script:
25
25
# we don't have ci time to run the full `cargo test` with `minimal-versions` like
26
26
# - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +stable test
27
27
# so we just run `cargo check --tests` like
28
- - if defined MINIMAL_VERSIONS cargo +nightly generate-lockfile -Z minimal-versions && cargo +1.31.0 check --tests --features=deny-warnings
28
+ - if defined MINIMAL_VERSIONS cargo +nightly-2019-01-09 generate-lockfile -Z minimal-versions && cargo +1.31.0 check --tests --features=deny-warnings
29
29
- if NOT defined MINIMAL_VERSIONS cargo test --features=deny-warnings
You can’t perform that action at this time.
0 commit comments