From 0e7462ea88392a95290ac33c50e9070d3354c473 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 9 Apr 2017 14:06:37 +0700 Subject: [PATCH] travis fix --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fd0aff..865dc0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,8 @@ install: - luarocks make rockspecs/htmlparser-scm-0.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage" script: -# - cd tst - lua -e "print(require'cURL'.version())" -# - lunit.sh init.lua - - lua -l tst -e "" + - lua -l tst.init -e "" after_success: - coveralls -b .. -r .. -i ./src --dump c.report.json