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 7438358 commit 4b4133bCopy full SHA for 4b4133b
.travis.yml
@@ -3,4 +3,5 @@ node_js: 0.10
3
before_install: npm install -g grunt-cli
4
install: npm install
5
before_script: grunt build
6
-after_script: cat ./build/coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
+after_script: cat ./build/coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
7
+sudo: false
0 commit comments