Skip to content

Commit

Permalink
Run tests on Node.js 8 as well
Browse files Browse the repository at this point in the history
Also tried with Node.js 10 and 12, but some CLI tests explodes so awaiting
a fix for that before adding those versions explicitly.
  • Loading branch information
phillipj committed Jun 26, 2019
1 parent fe06a16 commit 78eb820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ node_js:
- 0.12
- 4
- 6
- 8
script:
- npm test
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"
Expand Down

0 comments on commit 78eb820

Please sign in to comment.