Skip to content

Commit

Permalink
ci: test Node.js 6, 8, 10 and 11 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and evilebottnawi committed Nov 26, 2018
1 parent a3ac1c5 commit 94fda1f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -8,13 +8,16 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: '6'
node_js: 'node'
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
- os: linux
node_js: '10'
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
- os: linux
node_js: '4.3'
node_js: '8'
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
- os: linux
node_js: '7'
node_js: '6'
env: WEBPACK_VERSION="2.2.0" JOB_PART=test
# - os: linux
# node_js: '7'
Expand Down

0 comments on commit 94fda1f

Please sign in to comment.