diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-06-16 19:29:45 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-06-16 19:29:45 +0200 |
commit | 84dee73eee5f5a9c3bcc5b283d926e3170ef7525 (patch) | |
tree | a053f527b0507551ccf123fabb4ccd71e384fcb2 /.appveyor.yml | |
parent | 127b44ca0ee31e1b695955ebe9f679b2468ae9e4 (diff) | |
download | libtdevnc-84dee73eee5f5a9c3bcc5b283d926e3170ef7525.tar.gz libtdevnc-84dee73eee5f5a9c3bcc5b283d926e3170ef7525.zip |
AppVeyorCI: remove Visual Studio 2013 as it somehow got broken at AppVeyor's side
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 3 |
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 |