summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fc55635..f6bea69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,12 +1,13 @@
install:
- - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.12.0-x86_64-pc-windows-gnu.exe'
- - rust-1.12.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
+ - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-1.17.0-x86_64-pc-windows-gnu.exe'
+ - rust-1.17.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
build_script:
- cargo build --verbose
+ - cargo build --verbose --no-default-features
test_script:
- cargo test --verbose