Skip to content

Commit 94be148

Browse files
committed
fix(travis): coveralls script
1 parent af9708d commit 94be148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ before_script:
66
- 'npm install -g bower'
77
- 'bower install'
88
script: grunt test
9-
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
9+
after_script: "npm install coveralls@2.10.0 && cat ./coverage/*/lcov.info | coveralls"

0 commit comments

Comments
 (0)