Skip to content

Commit 1acdeb2

Browse files
committed
Pin to old nightly
1 parent 9830d33 commit 1acdeb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ install:
7575
- sudo pip install awscli
7676
- aws configure set preview.cloudfront true
7777
- curl https://static.rust-lang.org/rustup.sh |
78-
sh -s -- --prefix=$HOME/rust --add-target=$TARGET
78+
sh -s -- --prefix=$HOME/rust --spec=nightly-2015-05-10 --with-target=$TARGET
7979

8080
script:
8181
- mkdir target

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
2323
- rustup-init.exe -y
2424
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
25-
- rustup default nightly-x86_64-pc-windows-msvc
25+
- rustup default nightly-2016-05-10-x86_64-pc-windows-msvc
2626

2727
# Install the target we're compiling for
2828
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%

0 commit comments

Comments
 (0)