We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000edac commit 787f3b1Copy full SHA for 787f3b1
.travis.yml
@@ -1,9 +1,7 @@
1
language: node_js
2
node_js:
3
- - 5.4
+ - 4.4
4
before_install:
5
- - npm install -g [email protected] grunt-cli
6
-before_script:
7
- - npm install -g codeclimate-test-reporter
+ - npm install -g grunt-cli codeclimate-test-reporter
8
after_script:
9
- codeclimate-test-reporter < test/coverage/**/lcov.info
0 commit comments