Skip to content

Commit

Permalink
Add node 8 to CI (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagbr authored Jun 4, 2017
1 parent 20f46a3 commit a73e66d
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 @@ env:
- 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
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'
- nodejs_version: '5'
Expand Down

0 comments on commit a73e66d

Please sign in to comment.