Skip to content

Commit

Permalink
attempts to use luacov
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Dec 26, 2015
1 parent 0f20fc4 commit 0528405
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -13,9 +13,14 @@ before_install:
- hererocks base -r^ --$LUA
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
- luarocks install busted
- luarocks install luacov
- luarocks install luacov-coveralls

script:
- busted -v
- busted -v -c

after_success:
- luacov-coveralls

branches:
except:
Expand Down

0 comments on commit 0528405

Please sign in to comment.