Skip to content

Commit

Permalink
Merge pull request #5 from nfischer/chore-update-ci
Browse files Browse the repository at this point in the history
chore: update CI to include node 7 & 8
  • Loading branch information
nfischer authored Jun 5, 2017
2 parents 25910fa + 747aad5 commit 669a0ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ env:
- NODE_VERSION="4"
- NODE_VERSION="5"
- NODE_VERSION="6"
- NODE_VERSION="7"
- NODE_VERSION="8"

# keep this blank to make sure there are no before_install steps
before_install:
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'
- nodejs_version: '5'
- nodejs_version: '4'
Expand Down

0 comments on commit 669a0ac

Please sign in to comment.