diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-01-12 19:15:06 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-01-12 19:15:06 -0200 |
commit | 76e55154481575b17a37a1fa858f6b2254713fe5 (patch) | |
tree | 0e8db00f918d69e5a56b7b62354718e58e64f1b6 | |
parent | 9ab998854f6d5fd5b7cf37200ef5b7413f4d1e91 (diff) | |
download | luarocks-76e55154481575b17a37a1fa858f6b2254713fe5.tar.gz luarocks-76e55154481575b17a37a1fa858f6b2254713fe5.tar.bz2 luarocks-76e55154481575b17a37a1fa858f6b2254713fe5.zip |
Add Lua 5.3 to the test matrix
-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 |