Skip to content

Commit af9708d

Browse files
committed
fix(travis): add coverage
1 parent 1917e57 commit af9708d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ before_script:
55
- 'npm install -g grunt-cli'
66
- 'npm install -g bower'
77
- 'bower install'
8-
script: grunt test
8+
script: grunt test
9+
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)