Skip to content

Commit

Permalink
Update build matrix to use latest versions
Browse files Browse the repository at this point in the history
Updates the build matrix to use Lua 5.2.4 and 5.3.1
  • Loading branch information
ignacio committed Jun 24, 2015
1 parent 9040c74 commit 8064e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ sudo: false
env:
matrix:
- LUA_VER=5.1.5
- LUA_VER=5.2.3
- LUA_VER=5.3.0
- LUA_VER=5.2.4
- LUA_VER=5.3.1

script: cd test && ./testing.sh --travis --lua $LUA_VER

0 comments on commit 8064e99

Please sign in to comment.