Browse Source

Don't support Node.js v4

pull/47/head
Luke Childs 7 years ago
parent
commit
3d101a736f
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save