diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |