Skip to content

Commit

Permalink
Add node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Oct 30, 2016
1 parent 4decfbb commit 7551b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ env:
- TRAVIS_NODE_VERSION="5" ARCH="x86"
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="6" ARCH="x86"
- TRAVIS_NODE_VERSION="7"
- TRAVIS_NODE_VERSION="7" ARCH="x86"
matrix:
exclude:
- os: osx
Expand All @@ -40,6 +42,8 @@ matrix:
env: TRAVIS_NODE_VERSION="5" ARCH="x86"
- os: osx
env: TRAVIS_NODE_VERSION="6" ARCH="x86"
- os: osx
env: TRAVIS_NODE_VERSION="7" ARCH="x86"

before_install:
# reinstall latest nvm
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"

platform:
- x86
Expand Down

0 comments on commit 7551b03

Please sign in to comment.