Skip to content

Commit

Permalink
Merge pull request #1549 from alippai/patch-1
Browse files Browse the repository at this point in the history
Add NodeJS 8 travis&appveyor builds
  • Loading branch information
Rich-Harris committed Aug 13, 2017
2 parents 3353338 + a1c19b8 commit 1b48335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: node_js
node_js:
- "4"
- "6"
- "8"
env:
global:
- BUILD_TIMEOUT=10000
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -12,6 +12,7 @@ environment:
# node.js
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 8

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

0 comments on commit 1b48335

Please sign in to comment.