Skip to content

Commit

Permalink
Add node 8 to test matrix (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez authored Jun 16, 2017
1 parent d8b73c0 commit 4548169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "7"
- "8"
- "6"
- "4"

Expand Down
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
environment:
nodejs_version: "6"
BABEL_ENV: "test"
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 4548169

Please sign in to comment.