Skip to content

Commit

Permalink
Add node v8 to CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jul 22, 2017
1 parent 3d91781 commit 528826f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '8'
- '7'
- '6'
- '5'
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
Expand Down

0 comments on commit 528826f

Please sign in to comment.