latest luaJIT

This commit is contained in:
ThePhD 2018-01-20 12:05:20 -05:00
parent 6202b91b40
commit b708d268df

View File

@ -45,6 +45,18 @@ matrix:
- ALLOW_FAILURE=true - ALLOW_FAILURE=true
include: include:
# GCC 4.9.x, 5.x, 6.x, 7.x # GCC 4.9.x, 5.x, 6.x, 7.x
- env:
- LUA_VERSION=luajit-2.0.5
GCC_VERSION=7
PLATFORM=x86
CI=true
- env:
- LUA_VERSION=luajit-2.1.0-beta3
GCC_VERSION=7
PLATFORM=x86
CI=true
- env: - env:
- LUA_VERSION=5.3.4 - LUA_VERSION=5.3.4
GCC_VERSION=4.9 GCC_VERSION=4.9
@ -136,18 +148,6 @@ matrix:
GCC_VERSION=7 GCC_VERSION=7
PLATFORM=x64 PLATFORM=x64
CI=true CI=true
- env:
- LUA_VERSION=luajit-2.0.5
GCC_VERSION=7
PLATFORM=x86
CI=true
- env:
- LUA_VERSION=luajit-2.1.0-beta3
GCC_VERSION=7
PLATFORM=x86
CI=true
notifications: notifications:
webhooks: webhooks: