Skip to content

Commit 98e3a8f

Browse files
committed
.travis.yml: Run test with -DLUA_INT_TYPE=LUA_INT_INT
1 parent c84c97e commit 98e3a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
- LUA="lua 5.3" ZLIB=lzlib
1515
- LUA="lua 5.3" ZLIB=lua-zlib
1616
- LUA="lua 5.3" COMPAT53=no
17+
- LUA="lua 5.3" LUA_CFLAGS="-DLUA_INT_TYPE=LUA_INT_INT"
1718
- LUA="luajit @"
1819
- LUA="luajit @" ZLIB=lzlib
1920
- LUA="luajit @" ZLIB=lua-zlib
@@ -30,7 +31,7 @@ branches:
3031

3132
before_install:
3233
- pip install hererocks
33-
- hererocks ~/hererocks -r^ --$LUA
34+
- hererocks ~/hererocks -r^ --$LUA --cflags=$LUA_CFLAGS
3435
- export PATH=$PATH:~/hererocks/bin
3536
- eval $(luarocks path --bin)
3637
- luarocks install luacheck

0 commit comments

Comments
 (0)