Skip to content

Commit 69a2da0

Browse files
committed
Fix .travis.yml for macosx build
1 parent be77875 commit 69a2da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ script:
1111
- make check-lua-all
1212
- eval `luarocks-2.2.2/installation/bin/luarocks path`
1313
- 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
14+
- 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
1515
after_success:
1616
- luarocks-2.2.2/installation/bin/luacov-coveralls -t "$COVERALLS_TOKEN"

0 commit comments

Comments
 (0)