Skip to content

Commit

Permalink
run with Lua 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Oct 9, 2017
1 parent cbe56ac commit 51a50e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ env:
- LUA="lua 5.2" DB_DRIVER=mysql DB_USER=travis DB_NAME=sailor_test
- LUA="lua 5.2" DB_DRIVER=postgres DB_USER=postgres DB_NAME=sailor_test
- LUA="lua 5.2" DB_DRIVER=sqlite3 DB_USER="" DB_NAME=$TRAVIS_BUILD_DIR/sailor_test
# Lua 5.3 on different DBs
- LUA="lua 5.3" DB_DRIVER=mysql DB_USER=travis DB_NAME=sailor_test
- LUA="lua 5.3" DB_DRIVER=postgres DB_USER=postgres DB_NAME=sailor_test
- LUA="lua 5.3" DB_DRIVER=sqlite3 DB_USER="" DB_NAME=$TRAVIS_BUILD_DIR/sailor_test
# LuaJIT 2.0.x on different DBs
- LUA="luajit 2.0" DB_DRIVER=mysql DB_USER=travis DB_NAME=sailor_test
- LUA="luajit 2.0" DB_DRIVER=postgres DB_USER=postgres DB_NAME=sailor_test
Expand Down
2 changes: 1 addition & 1 deletion rockspecs/sailor-current-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = {
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.3",
"lua >= 5.1, < 5.4",
'datafile >= 0.1',
'luafilesystem >= 1.6.2',
'valua >= 0.2.2',
Expand Down

0 comments on commit 51a50e9

Please sign in to comment.