diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index a32a1e7b8..000000000 --- a/appveyor.yml +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | os: Visual Studio 2015 | ||
2 | |||
3 | install: | ||
4 | - curl https://win.rustup.rs/ --output rustup-init.exe | ||
5 | - rustup-init -yv --default-toolchain beta --default-host x86_64-pc-windows-msvc | ||
6 | - set PATH=%PATH%;%USERPROFILE%\.cargo\bin | ||
7 | - rustc -vV | ||
8 | - cargo -vV | ||
9 | |||
10 | build: false | ||
11 | |||
12 | test_script: | ||
13 | - cargo test | ||
14 | |||
15 | branches: | ||
16 | only: | ||
17 | - staging | ||
18 | - master | ||
19 | - trying | ||