From 2f341d0bc0d4b4c3e4bc6a3b3658efb178ffc859 Mon Sep 17 00:00:00 2001 From: Etiene Dalcol Date: Sun, 24 Jan 2016 09:35:24 +0100 Subject: Remove LuaJIT2.1 from tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 754db70..27fe9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - LUA=lua5.3 - LUA=luajit # latest stable version (2.0.3) - LUA=luajit2.0 # current head of 2.0 branch - - LUA=luajit2.1 # current head of 2.1 branch + #- LUA=luajit2.1 # current head of 2.1 branch before_install: - source .travis/setenv_lua.sh -- cgit v1.2.3-54-g00ecf