Skip to content

Commit

Permalink
CI: test against Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 3, 2017
1 parent 52d5629 commit 1b14e0b
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
Expand Up @@ -10,6 +10,7 @@ node_js:
- '5'
- '6'
- '7'
- '8'
cache:
- apt: true
- directories:
Expand Down
1 change: 1 addition & 0 deletions test/ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ environment:
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
Expand Down

0 comments on commit 1b14e0b

Please sign in to comment.