Skip to content

Commit

Permalink
Add node v7-10 to ci test targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed May 5, 2018
1 parent 59351a4 commit 891bbd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: false
language: node_js

node_js:
- '10'
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
Expand All @@ -13,3 +17,4 @@ after_success: 'npm run coveralls'

os:
- linux
- osx
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
environment:
matrix:
# node.js
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"
- nodejs_version: "5"
- nodejs_version: "4"
Expand Down

0 comments on commit 891bbd3

Please sign in to comment.