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 a6fa1a6 commit 3bf8c69Copy full SHA for 3bf8c69
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
- - "6.0"
4
- - "5.0"
5
- - "4.2"
+ - 7
+ - 6
+ - 5
6
+ - 4
7
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
0 commit comments