We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1917e57 commit af9708dCopy full SHA for af9708d
.travis.yml
@@ -5,4 +5,5 @@ before_script:
5
- 'npm install -g grunt-cli'
6
- 'npm install -g bower'
7
- 'bower install'
8
-script: grunt test
+script: grunt test
9
+after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
0 commit comments