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 aa0088d commit 908817aCopy full SHA for 908817a
.travis.yml
@@ -2,6 +2,7 @@ sudo: false
2
language: node_js
3
node_js:
4
- node
5
+ - 8
6
- 6
7
- 4
8
script:
appveyor.yml
@@ -1,6 +1,6 @@
1
environment:
matrix:
- - nodejs_version: "7"
+ - nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
0 commit comments