File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ install:
76
76
- sudo pip install awscli
77
77
- aws configure set preview.cloudfront true
78
78
- curl https://static.rust-lang.org/rustup.sh |
79
- sh -s -- --prefix=$HOME/rust --spec=nightly-2016-08-10 --with-target=$TARGET
79
+ sh -s -- --prefix=$HOME/rust --spec=nightly-2016-11-06 --with-target=$TARGET
80
80
81
81
script :
82
82
- mkdir target
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
# Install rust, x86_64-pc-windows-msvc host
23
23
# FIXME: switch back to win.rustup.rs
24
24
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
25
- - rustup-init.exe -y --default-toolchain=nightly-2016-08-10 -x86_64-pc-windows-msvc
25
+ - rustup-init.exe -y --default-toolchain=nightly-2016-11-06 -x86_64-pc-windows-msvc
26
26
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
27
27
28
28
# Install the target we're compiling for
@@ -50,7 +50,7 @@ build: false
50
50
51
51
test_script :
52
52
- cargo build --release --target %TARGET% %FEATURES%
53
- - cargo test --release -p rustup-dist --target %TARGET% %FEATURES%
53
+ - cargo test --release -p rustup-dist --target %TARGET%
54
54
- cargo test --release --target %TARGET% %FEATURES%
55
55
- ps : |
56
56
if($env:BUILD_MSI) {
You can’t perform that action at this time.
0 commit comments