Skip to content

Commit

Permalink
Fix coverage reporting
Browse files Browse the repository at this point in the history
luacov-coveralls requires lfs, reinstall it after forceful removals.
  • Loading branch information
mpeterv committed Jan 2, 2016
1 parent e54a427 commit 37978f4
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 @@ -23,7 +23,7 @@ before_install:
- export PATH=$PATH:$PWD/here/bin
- luarocks install lanes
- luarocks install busted
- luarocks install luacov-coveralls
- luarocks install luacov

install: luarocks make

Expand All @@ -40,4 +40,6 @@ script:
- path/to/luacheck/bin/luacheck spec/*.lua
- mv src2 src

after_success: luacov-coveralls -v
after_success:
- luarocks install luacov-coveralls
- luacov-coveralls -v

0 comments on commit 37978f4

Please sign in to comment.