aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 60539a0..fd4ce5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,10 @@ install:
25 - luarocks make rockspecs/luafilesystem-cvs-3.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage" 25 - luarocks make rockspecs/luafilesystem-cvs-3.rockspec CFLAGS="-O2 -fPIC -ftest-coverage -fprofile-arcs" LIBFLAG="-shared --coverage"
26 26
27script: 27script:
28 - cd tests 28 - lua -lluacov tests/test.lua
29 - lua -lluacov test.lua
30 29
31after_success: 30after_success:
32 - coveralls -b .. -r .. -i ./src --dump c.report.json 31 - coveralls -b . -i src --dump c.report.json
33 - luacov-coveralls -j c.report.json -v 32 - luacov-coveralls -j c.report.json -v
34 33
35notifications: 34notifications: