fix miscellaneous

This commit is contained in:
freestrings
2019-03-07 14:40:02 +09:00
parent f7b564dcd3
commit 873eebd157
4 changed files with 7 additions and 13 deletions

View File

@ -1,11 +0,0 @@
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
build: false
test_script:
- cargo test --locked