Skip to content

Commit

Permalink
Run tests on Node.js 10 & 12 after CLI test got fixed
Browse files Browse the repository at this point in the history
Refs #701
  • Loading branch information
phillipj committed Jun 26, 2019
1 parent 932ad33 commit 11ac71a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ node_js:
- 4
- 6
- 8
- 10
- 12
script:
- npm test
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"
Expand Down

0 comments on commit 11ac71a

Please sign in to comment.