Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf2b1e6..69ec28f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,12 @@ language: c
compiler: gcc
+sudo: false
+
env:
matrix:
- LUA_VER=5.1.5
- - LUA_VER=5.2.3
+ - LUA_VER=5.2.4
+ - LUA_VER=5.3.1
script: cd test && ./testing.sh --travis --lua $LUA_VER