This commit is contained in:
Paul Irish 2018-03-07 14:12:26 -08:00 коммит произвёл GitHub
Родитель bd2c6e6166
Коммит aaa000df2e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -9,11 +9,11 @@ branches:
environment:
fast_finish: true
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
platform: x86
# node 7 is skipped, as appveyor only allows 1 concurrent job
# other Node versions are skipped, as appveyor only allows 1 concurrent job
# and we want appveyor finishing ASAP. see #2382
# - nodejs_version: "7"
# - nodejs_version: "9"
# platform: x86
build: off

Просмотреть файл

@ -5,9 +5,7 @@ branches:
- master
matrix:
include:
- node_js: "6.9.1"
- node_js: "8"
if: head_branch IS blank AND branch = master
- node_js: "9"
if: head_branch IS blank AND branch = master
dist: trusty

Просмотреть файл

@ -2,7 +2,7 @@
"name": "lighthouse-extension",
"private": true,
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"watch": "gulp watch",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "lighthouse-viewer",
"private": true,
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"watch": "gulp watch",

Просмотреть файл

@ -8,7 +8,7 @@
"chrome-debug": "./chrome-launcher/manual-chrome-launcher.js"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"install-all": "npm-run-posix-or-windows install-all:task",