We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84c97e commit 98e3a8fCopy full SHA for 98e3a8f
.travis.yml
@@ -14,6 +14,7 @@ env:
14
- LUA="lua 5.3" ZLIB=lzlib
15
- LUA="lua 5.3" ZLIB=lua-zlib
16
- LUA="lua 5.3" COMPAT53=no
17
+ - LUA="lua 5.3" LUA_CFLAGS="-DLUA_INT_TYPE=LUA_INT_INT"
18
- LUA="luajit @"
19
- LUA="luajit @" ZLIB=lzlib
20
- LUA="luajit @" ZLIB=lua-zlib
@@ -30,7 +31,7 @@ branches:
30
31
32
before_install:
33
- pip install hererocks
- - hererocks ~/hererocks -r^ --$LUA
34
+ - hererocks ~/hererocks -r^ --$LUA --cflags=$LUA_CFLAGS
35
- export PATH=$PATH:~/hererocks/bin
36
- eval $(luarocks path --bin)
37
- luarocks install luacheck
0 commit comments