Skip to content

Commit 6b16774

Browse files
authored
Update .travis.yml
1 parent 0e2c3d2 commit 6b16774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ before_script:
1111
- npm install filereader
1212
- ln -s scripts src
1313
script:
14-
- istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | codacy-coverage
14+
- istanbul cover _mocha --report lcovonly --console both -- -R spec && cat ./coverage/lcov.info | codacy-coverage
1515
- istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100
16-
- cat ./coverage/coverage.json

0 commit comments

Comments
 (0)