mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 02:52:19 +00:00
travis fix
This commit is contained in:
@@ -28,10 +28,8 @@ install:
|
|||||||
- luarocks make rockspecs/htmlparser-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
|
- luarocks make rockspecs/htmlparser-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# - cd tst
|
|
||||||
- lua -e "print(require'cURL'.version())"
|
- lua -e "print(require'cURL'.version())"
|
||||||
# - lunit.sh init.lua
|
- lua -l tst.init -e ""
|
||||||
- lua -l tst -e ""
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls -b .. -r .. -i ./src --dump c.report.json
|
- coveralls -b .. -r .. -i ./src --dump c.report.json
|
||||||
|
Reference in New Issue
Block a user