Skip to content

Commit

Permalink
Merge pull request #1278 from yannickcr/node8
Browse files Browse the repository at this point in the history
Add Node 8 to Travis and AppVeyor
  • Loading branch information
ljharb committed Jun 27, 2017
2 parents 07b6373 + 620bdfa commit ab7bd25
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,6 +1,7 @@
sudo: false
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
Expand Up @@ -4,6 +4,7 @@ environment:
- nodejs_version: '5'
- nodejs_version: '6'
- nodejs_version: '7'
- nodejs_version: '8'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit ab7bd25

Please sign in to comment.