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

* run node 10 in both travis and now

* on second thought, use node v8 everywhere
pull/350/merge
Nolan Lawson 2018-05-28 08:26:33 -07:00 zatwierdzone przez GitHub
rodzic 88c4195e4a
commit 00fd8f84dc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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