Skip to content

Commit

Permalink
tests: use Node.js 6, 8 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and Daniel Ruf committed Oct 19, 2018
1 parent d0f6c3b commit 8273493
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ os:
- osx

node_js:
- lts/boron
- lts/carbon
- stable
- 6
- 8
- 10

env:
- ZF_TRAVIS_COMMAND=test:javascript:units

matrix:
include:
- os: windows
node_js: stable
node_js: 10
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack
- os: linux
node_js: stable
node_js: 10
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack
- os: osx
node_js: stable
node_js: 10
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack

before_install: npm install -g npm@latest
Expand Down

0 comments on commit 8273493

Please sign in to comment.