Skip to content

Commit

Permalink
chore(ci) fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 21, 2016
1 parent 9dd058f commit 3358535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ before_install:
install:
- luarocks make
script:
- busted -v -o gtest --repeat 3 spec
- busted -v --coverage -o gtest --repeat 3 spec
after_success:
- coveralls -b . -r . -i ./src
- luacov-coveralls -i ./src/argon2.lua
cache:
pip: true

0 comments on commit 3358535

Please sign in to comment.