aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml19
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 @@
1os: Visual Studio 2015
2
3install:
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
10build: false
11
12test_script:
13 - cargo test
14
15branches:
16 only:
17 - staging
18 - master
19 - trying