Skip to content

Commit

Permalink
Merge 24255f5 into 47225d0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Nov 13, 2020
2 parents 47225d0 + 24255f5 commit e80da63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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 e80da63

Please sign in to comment.