aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-12-22 18:42:25 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-12-23 17:18:32 +0100
commita04668e850b1667b58467eec73bf3c0e0fbe93a1 (patch)
treea9a504b82f36f63b919d22e09e0b638094cc3380 /appveyor.yml
parent6b0dd62681829308017fe9a435502df6b97f08af (diff)
downloadglutin-a04668e850b1667b58467eec73bf3c0e0fbe93a1.tar.gz
glutin-a04668e850b1667b58467eec73bf3c0e0fbe93a1.zip
Fix the appveyor build
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 476a95a..12fb639 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,7 @@ install:
- 7z x cargo-nightly-i686-pc-windows-gnu.tar
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;%CD%\cargo-nightly-i686-pc-windows-gnu\bin
- - rustc -v
+ - rustc -V
- cargo -V
build: false