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,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 New Issue
Block a user