summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-12 09:52:17 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-12 09:52:17 +0100
commitae294862b55271d19239e9e32c2870193f9301d3 (patch)
tree368c9e4501ff4d2db17a7eb8b3ffb7c55a9c7c05 /appveyor.yml
parent315f982c8ecc75cb0811a3b7ebde32852a7f6764 (diff)
Updated rust to 1.5.0 in appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0c4948f..6df7e6e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
install:
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.4.0-x86_64-pc-windows-gnu.exe'
- - rust-1.4.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - rust-1.5.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- rustc -V
- cargo -V
@@ -9,4 +9,4 @@ build_script:
- cargo build --verbose
test_script:
- - cargo test --verbose \ No newline at end of file
+ - cargo test --verbose