Skip to content

Commit

Permalink
chore: add Node.js 8 and 10, remove Node.js 4 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and bcoe committed May 8, 2018
1 parent 99576fb commit a522dd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- 8
- 6
- 4
- "stable"
Expand Down
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
environment:
matrix:
- nodejs_version: '6' # stable
- nodejs_version: '4' # LTS
- nodejs_version: '10' # stable
- nodejs_version: '8' # LTS
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- npm cache clear
Expand Down

0 comments on commit a522dd9

Please sign in to comment.