mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added Node v12 to allowed failures
no issue - Node v12 goes into LTS on 2019-10-22 (https://github.com/nodejs/Release#release-schedule)
This commit is contained in:
parent
d1e3205569
commit
d06409701d
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- '12'
|
||||||
- '10'
|
- '10'
|
||||||
- '8'
|
- '8'
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
@ -16,6 +17,8 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- node_js: '10'
|
- node_js: '10'
|
||||||
env: TEST_SUITE=lint
|
env: TEST_SUITE=lint
|
||||||
|
allow_failures:
|
||||||
|
- node_js: '12'
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
install:
|
install:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
Loading…
Add table
Reference in a new issue