Skip to content

Commit

Permalink
Merge pull request #543 from mcgG/travis-ci-add-node8
Browse files Browse the repository at this point in the history
Enable node8 unit-test in travis-ci
  • Loading branch information
anhou committed Nov 6, 2017
2 parents 0dab5e1 + 1d27c82 commit a6b7f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ language: node_js
node_js:
- "4"
- "6"
- "8"

matrix:
allow_failures:
- node_js: "6"
- node_js: "8"

env:
global:
Expand Down

0 comments on commit a6b7f3b

Please sign in to comment.