aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-10-24 23:24:53 -0400
committerHisham Muhammad <hisham@gobolinux.org>2015-10-24 23:24:53 -0400
commita67e00a21c5625b7a6c8c991b8e00c403bda2a86 (patch)
treeb7eae4ef11a4c602dea1a1abbe6ce4d6bd5607bd
parent27c2154a3da4ad13d646f14c861f58ec923da90e (diff)
downloadluarocks-a67e00a21c5625b7a6c8c991b8e00c403bda2a86.tar.gz
luarocks-a67e00a21c5625b7a6c8c991b8e00c403bda2a86.tar.bz2
luarocks-a67e00a21c5625b7a6c8c991b8e00c403bda2a86.zip
Test LuaJIT
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 69ec28f3..f946bb99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,6 @@ env:
9 - LUA_VER=5.1.5 9 - LUA_VER=5.1.5
10 - LUA_VER=5.2.4 10 - LUA_VER=5.2.4
11 - LUA_VER=5.3.1 11 - LUA_VER=5.3.1
12 - LUA_VER=jit-2.0.4
12 13
13script: cd test && ./testing.sh --travis --lua $LUA_VER 14script: cd test && ./testing.sh --travis --lua $LUA_VER