Skip to content

Commit

Permalink
ci: test Node.js 6, 8, 10 and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Oct 25, 2018
1 parent f064a3b commit cb38e03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ language: node_js

matrix:
include:
- node_js: "lts/boron"
- node_js: "6"
env: ZF_TRAVIS_COMMAND=test
- node_js: "lts/carbon"
- node_js: "8"
env: ZF_TRAVIS_COMMAND=test
- node_js: "10"
env: ZF_TRAVIS_COMMAND=test
- node_js: "stable"
env: ZF_TRAVIS_COMMAND=test
Expand Down

0 comments on commit cb38e03

Please sign in to comment.