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 1bda840 commit 2c61de5Copy full SHA for 2c61de5
.travis.yml
@@ -1,7 +1,7 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- - "9"
+ - "11"
+ - "10"
5
- "8"
6
- "6"
7
appveyor.yml
@@ -1,6 +1,7 @@
environment:
BABEL_ENV: "test"
matrix:
+ - nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
0 commit comments