We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f232e6d commit 1aa2238Copy full SHA for 1aa2238
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
language: node_js
3
4
node_js:
5
- - "4.0"
+ - "6"
6
- "stable"
7
8
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments