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 d8b73c0 commit 4548169Copy full SHA for 4548169
2 files changed
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "7"
+ - "8"
5
- "6"
6
- "4"
7
appveyor.yml
@@ -1,6 +1,9 @@
environment:
- nodejs_version: "6"
BABEL_ENV: "test"
+ matrix:
+ - nodejs_version: "4"
+ - nodejs_version: "6"
+ - nodejs_version: "8"
8
install:
9
- ps: Install-Product node $env:nodejs_version
0 commit comments