aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db762a84..69ec28f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ sudo: false
7env: 7env:
8 matrix: 8 matrix:
9 - LUA_VER=5.1.5 9 - LUA_VER=5.1.5
10 - LUA_VER=5.2.3 10 - LUA_VER=5.2.4
11 - LUA_VER=5.3.0 11 - LUA_VER=5.3.1
12 12
13script: cd test && ./testing.sh --travis --lua $LUA_VER 13script: cd test && ./testing.sh --travis --lua $LUA_VER