From e0a174ff7312812a269220f62951e517cb8f0d3e Mon Sep 17 00:00:00 2001 From: spout Date: Fri, 17 Mar 2017 16:11:50 +0800 Subject: [PATCH] 123 --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e262d8f..64bac87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,17 +18,19 @@ before_install: - luarocks install Lua-cURL --server=https://luarocks.org/dev - luarocks install luacov-coveralls --server=https://luarocks.org/dev - luarocks install lunitx + - luarocks install luacov-coveralls install: - luarocks make rockspecs/foo-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage" script: - lua -e "print(require'cURL'.version())" - - lunit.sh test.lua + - lua -lluacov test.lua after_success: - coveralls -b .. -r .. -i ./src --dump c.report.json - - luacov-coveralls -j c.report.json -v +# - luacov-coveralls -j c.report.json -v + - luacov-coveralls notifications: email: