Browse Source

Update to node 10 in .travis.yml

greenkeeper/update-to-node-10
greenkeeper[bot] 7 years ago
parent
commit
2a9f152738
  1. 1
      .travis.yml

1
.travis.yml

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

Loading…
Cancel
Save