Skip to content

Commit

Permalink
travis: add lua 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Nov 13, 2020
1 parent 47225d0 commit 24255f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,11 @@ env:
- LUA="lua 5.3" ZLIB=lua-zlib
- LUA="lua 5.3" COMPAT53=no
- LUA="lua 5.3" LUA_CFLAGS="-DLUA_INT_TYPE=LUA_INT_INT"
- LUA="lua 5.4"
- LUA="lua 5.4" ZLIB=lzlib
- LUA="lua 5.4" ZLIB=lua-zlib
- LUA="lua 5.4" COMPAT53=no
- LUA="lua 5.4" LUA_CFLAGS="-DLUA_INT_TYPE=LUA_INT_INT"
- LUA="luajit @"
- LUA="luajit @" ZLIB=lzlib
- LUA="luajit @" ZLIB=lua-zlib
Expand Down

0 comments on commit 24255f5

Please sign in to comment.