From 353e274277989b5bb568539e9e819529b64e9bb1 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 23 Mar 2019 12:36:20 -0400 Subject: [PATCH] [skip travis] more tuning appveyor.yml --- appveyor.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 71c908ef..57d8c5ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,17 +54,18 @@ environment: - SOL2_LUA_VERSION: luajit-2.1.0-beta3 MINGW_VERSION: 8.1.0 - SOL2_LUA_VERSION: 5.3.5 - SOL2_NO_2015: true + SOL2_NO_2015: 1 - SOL2_LUA_VERSION: 5.2.4 - SOL2_NO_2015: true + SOL2_NO_2015: 1 - SOL2_LUA_VERSION: 5.1.5 - SOL2_NO_2015: true + SOL2_NO_2015: 1 - SOL2_LUA_VERSION: luajit-2.0.5 - SOL2_NO_2015: true + SOL2_NO_2015: 1 - SOL2_LUA_VERSION: luajit-2.1.0-beta3 - SOL2_NO_2015: true + SOL2_NO_2015: 1 matrix: + #fast_finish: true allow_failures: # 32-bit builds are temperamental with exceptions - platform: x86 @@ -80,12 +81,7 @@ matrix: - MINGW_VERSION: 8.1.0 platform: x86 # Get rid of Visual Studio 2015 builds (unsupported) - - image: Visual Studio 2015 - platform: x86 - SOL_NO_2015: true - - image: Visual Studio 2017 - platform: x64 - SOL_NO_2015: true + - SOL_NO_2015: 1 - platform: x86 SOL2_LUA_VERSION: 5.2.4 - platform: x86