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 be77875 commit 69a2da0Copy full SHA for 69a2da0
.travis.yml
@@ -11,6 +11,6 @@ script:
11
- make check-lua-all
12
- eval `luarocks-2.2.2/installation/bin/luarocks path`
13
- make clean-obj all USE_LOCAL_LIBGUMBO=1 LUA_CFLAGS=-Ilua-5.3.1/src LUA=lua-5.3.1/src/lua LUA_PC=none
14
- - LD_LIBRARY_PATH=gumbo-parser-0.10.1/.libs lua-5.3.1/src/lua -lluacov runtests.lua
+ - LD_LIBRARY_PATH=gumbo-parser-0.10.1/.libs DYLD_LIBRARY_PATH=gumbo-parser-0.10.1/.libs lua-5.3.1/src/lua -lluacov runtests.lua
15
after_success:
16
- luarocks-2.2.2/installation/bin/luacov-coveralls -t "$COVERALLS_TOKEN"
0 commit comments