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:
Nazar Gargol 2019-06-17 23:44:23 +02:00
parent d1e3205569
commit d06409701d

View File

@ -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