Skip to content

Commit cbf4816

Browse files
committed
Switch builds to nightly toolchain
1 parent 563bef4 commit cbf4816

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
@@ -90,7 +90,7 @@ install:
9090
- sudo pip install awscli
9191
- aws configure set preview.cloudfront true
9292
- curl https://static.rust-lang.org/rustup.sh |
93-
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-05-10 --with-target=$TARGET
93+
sh -s -- --prefix=$HOME/rust --spec=nightly --with-target=$TARGET
9494

9595
script:
9696
- 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-2016-05-10-x86_64-pc-windows-msvc
25+
- rustup default nightly-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)