Skip to content

Commit 4548169

Browse files
authored
Add node 8 to test matrix (#467)
1 parent d8b73c0 commit 4548169

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "7"
4+
- "8"
55
- "6"
66
- "4"
77

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
environment:
2-
nodejs_version: "6"
32
BABEL_ENV: "test"
3+
matrix:
4+
- nodejs_version: "4"
5+
- nodejs_version: "6"
6+
- nodejs_version: "8"
47

58
install:
69
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)