summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-06-16 19:29:45 +0200
committerChristian Beier <dontmind@freeshell.org>2018-06-16 19:29:45 +0200
commit84dee73eee5f5a9c3bcc5b283d926e3170ef7525 (patch)
treea053f527b0507551ccf123fabb4ccd71e384fcb2
parent127b44ca0ee31e1b695955ebe9f679b2468ae9e4 (diff)
downloadlibtdevnc-84dee73e.tar.gz
libtdevnc-84dee73e.zip
AppVeyorCI: remove Visual Studio 2013 as it somehow got broken at AppVeyor's side
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4a2e6be..dd43550 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -4,9 +4,6 @@
environment:
matrix:
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- DEVENV_EXE: C:\"Program Files (x86)"\"Microsoft Visual Studio 12.0"\Common7\IDE\devenv.exe
- VSDEVCMD_BAT: C:\"Program Files (x86)"\"Microsoft Visual Studio 12.0"\Common7\Tools\VsDevCmd.bat
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
DEVENV_EXE: C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\Common7\IDE\devenv.exe
VSDEVCMD_BAT: C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\Common7\Tools\VsDevCmd.bat