tests: drop LuaJIT 2.0 from test matrix

This commit is contained in:
Hisham Muhammad
2020-04-20 23:13:20 -03:00
parent 58cf8c9449
commit 6b11508ea9
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ env:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="lua 5.3"
- LUA="luajit 2.0"
- LUA="luajit 2.1"
before_install:

View File

@@ -11,7 +11,6 @@ environment:
- LUA: "lua 5.1"
- LUA: "lua 5.2 --compat none"
- LUA: "lua 5.3 --compat none"
- LUA: "luajit 2.0"
- LUA: "luajit 2.1"
# Abuse this section so we can have a matrix with different Compiler versions