diff options
author | Ignacio Burgueño <iburgueno@gmail.com> | 2015-06-24 15:00:04 -0300 |
---|---|---|
committer | Ignacio Burgueño <iburgueno@gmail.com> | 2015-06-24 15:00:04 -0300 |
commit | 8064e99d748e74194345617611c929dde2b69628 (patch) | |
tree | 1689334b42866fdf7186bb70f0a0931b31746cad | |
parent | 9040c749138810744498630ed040eea23330723a (diff) | |
download | luarocks-8064e99d748e74194345617611c929dde2b69628.tar.gz luarocks-8064e99d748e74194345617611c929dde2b69628.tar.bz2 luarocks-8064e99d748e74194345617611c929dde2b69628.zip |
Update build matrix to use latest versions
Updates the build matrix to use Lua 5.2.4 and 5.3.1
-rw-r--r-- | .travis.yml | 4 |
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 | |||
7 | env: | 7 | env: |
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 | ||
13 | script: cd test && ./testing.sh --travis --lua $LUA_VER | 13 | script: cd test && ./testing.sh --travis --lua $LUA_VER |