Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 3fb2702

Browse files
author
bors-servo
authored
Auto merge of #296 - servo:pin-nightly-drop-glue, r=nox
Pin the nightly version on Travis and AppVeyor. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/296) <!-- Reviewable:end -->
2 parents 5957868 + 421a87a commit 3fb2702

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
@@ -2,7 +2,7 @@ language: rust
22
sudo: 9000
33
dist: trusty
44
rust:
5-
- nightly
5+
- nightly-2016-08-23
66
os:
77
- linux
88
- osx

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ environment:
3939
install:
4040
- ps: Start-FileDownload "http://servo-rust.s3.amazonaws.com/build/MozillaBuildSetup-2.2.0.exe"
4141
- ps: .\MozillaBuildSetup-2.2.0.exe /S | Out-Null
42-
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
42+
- ps: Start-FileDownload "https://static.rust-lang.org/dist/2016-08-23/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
4343
- ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
4444
- ps: $env:PATH="$env:PATH;C:\rust\bin"
4545
# I can't make this work with a multi-line script (e.g. via |+ etc.), so we copy the if before every command

0 commit comments

Comments
 (0)