Skip to content

Commit

Permalink
Add node versions 6 and 8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jun 10, 2017
1 parent f3f5ff6 commit f4d225e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ node_js:
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "iojs"
before_install:
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -17,6 +17,10 @@ environment:
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86

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

0 comments on commit f4d225e

Please sign in to comment.