aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-07-25 22:53:48 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-07-25 22:55:55 +0200
commitfef929c1ecc3a3f41f95e1f4d7b6d717e4ee6eb8 (patch)
tree2e602cce55c7f615dec98f0ca0b79d2be7a5ef49 /appveyor.yml
parentb6756b4ead7d1d1b379d42731a6e09d782ad6668 (diff)
downloadaskama-fef929c1ecc3a3f41f95e1f4d7b6d717e4ee6eb8.tar.gz
askama-fef929c1ecc3a3f41f95e1f4d7b6d717e4ee6eb8.tar.bz2
askama-fef929c1ecc3a3f41f95e1f4d7b6d717e4ee6eb8.zip
Remove Travis and Appveyor configuration
Diffstat (limited to '')
-rw-r--r--appveyor.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index cdd4e4d..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-environment:
- matrix:
- - TARGET: x86_64-pc-windows-msvc
- OTHER_TARGET: i686-pc-windows-msvc
- MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc
-
-install:
- - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
- - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- - rustup target add %OTHER_TARGET%
- - rustc -V
- - cargo -V
-
-clone_depth: 1
-
-build: false
-
-test_script:
- - cargo test