mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
fix travis (lua5.3 dislikes lunitx without runner)
This commit is contained in:
parent
0e7462ea88
commit
30b104541d
@ -28,8 +28,10 @@ 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:
|
||||||
- lua -e "print(require'cURL'.version())"
|
- cd tst
|
||||||
- lua -l tst.init -e ""
|
# - lua -e "print(require'cURL'.version())"
|
||||||
|
# - lua -l tst.init -e "" # Lua5.3 fails this way
|
||||||
|
- lunit.sh init.lua
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls -b .. -r .. -i ./src --dump c.report.json
|
- coveralls -b .. -r .. -i ./src --dump c.report.json
|
||||||
|
Loading…
Reference in New Issue
Block a user