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 c11e869 commit fe1f549Copy full SHA for fe1f549
.appveyor.yml
@@ -2,6 +2,7 @@ build: off
2
version: '{build}'
3
environment:
4
matrix:
5
+ - nodejs_version: '10'
6
- nodejs_version: '8'
7
- nodejs_version: '6'
8
- nodejs_version: '4'
.travis.yml
@@ -1,6 +1,7 @@
1
sudo: false
language: node_js
node_js:
+ - '10'
- '8'
- '6'
- '4'
0 commit comments