We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6125db + b587a30 commit 9af04e0Copy full SHA for 9af04e0
2 files changed
.travis.yml
@@ -9,6 +9,8 @@ env:
9
- NODE_VERSION="4"
10
- NODE_VERSION="5"
11
- NODE_VERSION="6"
12
+ - NODE_VERSION="7"
13
+ - NODE_VERSION="8"
14
15
# keep this blank to make sure there are no before_install steps
16
before_install:
appveyor.yml
@@ -1,5 +1,7 @@
1
environment:
2
matrix:
3
+ - nodejs_version: '8'
4
+ - nodejs_version: '7'
5
- nodejs_version: '6'
6
- nodejs_version: '5'
7
- nodejs_version: '4'
0 commit comments