Browse Source

JSDOM only supports Node 6 and up so that;s all we can support

pull/5/head
Luke Childs 7 years ago
parent
commit
30f9d73da0
  1. 1
      .travis.yml

1
.travis.yml

@ -2,7 +2,6 @@ language: node_js
node_js:
- '8'
- '6'
- '4'
script: npm test
after_success: npm run coverage
notifications:

Loading…
Cancel
Save