We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67f4a9 commit 620bdfaCopy full SHA for 620bdfa
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
+ - '8'
5
- '7'
6
- '6'
7
- '5'
appveyor.yml
@@ -4,6 +4,7 @@ environment:
- nodejs_version: '5'
- nodejs_version: '6'
- nodejs_version: '7'
+ - nodejs_version: '8'
8
install:
9
- ps: Install-Product node $env:nodejs_version
10
- set CI=true
0 commit comments