diff options
author | Pierre Krieger <pierre.krieger1708@gmail.com> | 2014-12-22 18:42:25 +0100 |
---|---|---|
committer | Pierre Krieger <pierre.krieger1708@gmail.com> | 2014-12-23 17:18:32 +0100 |
commit | a04668e850b1667b58467eec73bf3c0e0fbe93a1 (patch) | |
tree | a9a504b82f36f63b919d22e09e0b638094cc3380 | |
parent | 6b0dd62681829308017fe9a435502df6b97f08af (diff) | |
download | glutin-a04668e850b1667b58467eec73bf3c0e0fbe93a1.tar.gz glutin-a04668e850b1667b58467eec73bf3c0e0fbe93a1.zip |
Fix the appveyor build
-rw-r--r-- | appveyor.yml | 2 |
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 |