mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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
|
||||
language: node_js
|
||||
node_js:
|
||||
- '12'
|
||||
- '10'
|
||||
- '8'
|
||||
cache: yarn
|
||||
|
@ -16,6 +17,8 @@ matrix:
|
|||
include:
|
||||
- node_js: '10'
|
||||
env: TEST_SUITE=lint
|
||||
allow_failures:
|
||||
- node_js: '12'
|
||||
fast_finish: true
|
||||
install:
|
||||
- yarn
|
||||
|
|
Loading…
Reference in a new issue