try pinning to a nightly of two weeks ago
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 24 Oct 2017 17:17:27 +0000 (13:17 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 24 Oct 2017 18:04:52 +0000 (14:04 -0400)
.travis.yml
appveyor.yml

index c2f7ca36cf70a4923bf0f70e877c85742ec7c55b..e8c14d24a6664d4c143a8aada1d5567cdc0e264c 100644 (file)
@@ -24,7 +24,7 @@ matrix:
 
     - env: TARGET=x86_64-unknown-linux-gnu
            ALT=i686-unknown-linux-gnu
-      rust: nightly
+      rust: nightly-2017-10-10
       install:
         - mdbook --help || cargo install mdbook --force
       script:
index e64eeb27927ff67a62a2c163fb0e6f7b660b41fc..9f97ed754edf15e9505da840188594f957c926d7 100644 (file)
@@ -26,7 +26,7 @@ environment:
 
 install:
   - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
-  - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
+  - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2017-10-10
   - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
   - rustup target add %OTHER_TARGET%
   - rustc -V