Browse Source

jsdom now only support Node.js v6 or newer

pull/2/head
Luke Childs 7 years ago
parent
commit
6e201839df
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save