Skip to content

Commit

Permalink
Add Node 7 to .travis.yml and appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman committed Oct 25, 2017
1 parent 4f30013 commit a27d872
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: required
language: node_js
node_js:
- '7'

This comment has been minimized.

Copy link
@phated

phated Oct 26, 2017

We don't support node 7, it made a bunch of terrible decisions - much of which was reverted for node 8, so just add node 8

We should really update everything to only be "even" releases from 0.10 onward.

This comment has been minimized.

Copy link
@erikkemperman

erikkemperman Oct 26, 2017

Author Owner

Yeah this was just curiosity to see if the quirk might be 6 only.

This comment has been minimized.

Copy link
@erikkemperman

erikkemperman Oct 26, 2017

Author Owner

Amended the commit to add 8 instead.

- '6'
- '5'
- '4'
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"

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

0 comments on commit a27d872

Please sign in to comment.