From b3f5d753e29fbcaee10c759da871e6f3e1867f81 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Mon, 25 Mar 2019 16:52:25 -0400 Subject: [PATCH] Whatever, appveyor is busted and LuaJIT isn't helping --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 77fec70f..cb805dbe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -74,6 +74,8 @@ matrix: allow_failures: # 32-bit builds are temperamental with exceptions - platform: x86 + - SOL2_LUA_VERSION: luajit-2.0.5 + - SOL2_LUA_VERSION: luajit-2.1.0-beta3 exclude: # Necessary: MinGW doesn't exist on VS 2017 images - image: Visual Studio 2017