Skip to content

Commit

Permalink
123
Browse files Browse the repository at this point in the history
  • Loading branch information
spout committed Mar 17, 2017
1 parent 19be909 commit e0a174f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0a174f

Please sign in to comment.