Skip to content

Commit

Permalink
Only test node v9 and don't check coverage.
Browse files Browse the repository at this point in the history
Node versions less than 9.6 do not support dynamic es imports. Currently
using instanbul to calculate codecoverage calls some script without a .js file extension
which causes the tests to fail. Hopefully in v9.7 this will be
fixed.
  • Loading branch information
harrysarson committed Feb 26, 2018
1 parent a7d5262 commit 10736aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@ matrix:
fast_finish: true
include:
- node_js: '9'
env: TARGET=test.node COVERAGE=true
- node_js: '8'
env: TARGET=test.node
- node_js: '6'
env: TARGET=test.node
- node_js: '4'
env: TARGET=test.node
- node_js: '8'
env: TARGET=lint
- node_js: '8'
env: TARGET=test.browser

before_install: scripts/travis-before-install.sh

Expand Down

0 comments on commit 10736aa

Please sign in to comment.