diff options
author | Etiene Dalcol <dalcol@etiene.net> | 2016-01-24 09:35:24 +0100 |
---|---|---|
committer | Etiene Dalcol <dalcol@etiene.net> | 2016-01-24 09:35:24 +0100 |
commit | 2f341d0bc0d4b4c3e4bc6a3b3658efb178ffc859 (patch) | |
tree | a574b276809123ee57b307c2767997655c9500ee | |
parent | b69ae350d2e9eced9545ec8367cc45c951495edd (diff) | |
download | valua-2f341d0bc0d4b4c3e4bc6a3b3658efb178ffc859.tar.gz valua-2f341d0bc0d4b4c3e4bc6a3b3658efb178ffc859.tar.bz2 valua-2f341d0bc0d4b4c3e4bc6a3b3658efb178ffc859.zip |
Remove LuaJIT2.1 from tests
-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 |