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 ba93a88 commit 3b7e8cbCopy full SHA for 3b7e8cb
.travis.yml
@@ -3,6 +3,7 @@ git:
3
depth: 2
4
language: node_js
5
node_js:
6
+ - "8"
7
- "6"
8
- "4"
9
after_script: npm run cover
appveyor.yml
@@ -8,6 +8,7 @@ skip_tags: true
environment:
10
matrix:
11
+ - nodejs_version: '8'
12
- nodejs_version: '6'
13
- nodejs_version: '4'
14
0 commit comments