Skip to content

Commit

Permalink
Switch builds to stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 11, 2016
1 parent 563bef4 commit d16fc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ install:
- sudo pip install awscli
- aws configure set preview.cloudfront true
- curl https://static.rust-lang.org/rustup.sh |
sh -s -- --prefix=$HOME/rust --spec=nightly-2016-05-10 --with-target=$TARGET
sh -s -- --prefix=$HOME/rust --spec=stable --with-target=$TARGET

script:
- mkdir target
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
- rustup-init.exe -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup default nightly-2016-05-10-x86_64-pc-windows-msvc
- rustup default stable-x86_64-pc-windows-msvc

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

0 comments on commit d16fc2b

Please sign in to comment.