Bump Travis to Node 8

Tests fail otherwise, with the new version of webpack?
This commit is contained in:
Ray Schamp 2018-05-08 18:53:36 -04:00
parent 22852aeab4
commit 6da5da7c38

View file

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 6 - 8
- node - node
env: env:
- NPM_SCRIPT="tap:unit -- --jobs=4" - NPM_SCRIPT="tap:unit -- --jobs=4"