run node 8 in both travis and now (#346)

* run node 10 in both travis and now

* on second thought, use node v8 everywhere
This commit is contained in:
Nolan Lawson 2018-05-28 08:26:33 -07:00 committed by GitHub
parent 88c4195e4a
commit 00fd8f84dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- "9"
- "8"
dist: trusty # needed for chrome headless
sudo: required # needed for chrome headless
addons:

View File

@ -164,7 +164,10 @@
"inline-script.js",
"webpack.client.config.js",
"webpack.server.config.js"
]
],
"engines": {
"node": "^8.0.0"
}
},
"greenkeeper": {
"ignore": [