diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cf2b1e6b..54778583 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -6,5 +6,6 @@ env: | |||
6 | matrix: | 6 | matrix: |
7 | - LUA_VER=5.1.5 | 7 | - LUA_VER=5.1.5 |
8 | - LUA_VER=5.2.3 | 8 | - LUA_VER=5.2.3 |
9 | - LUA_VER=5.3.0 | ||
9 | 10 | ||
10 | script: cd test && ./testing.sh --travis --lua $LUA_VER | 11 | script: cd test && ./testing.sh --travis --lua $LUA_VER |