excluded yarn on node 8 in .travis.yml

pull/2578/head
REJack 2020-02-21 15:35:09 +01:00
parent 9baa03ed63
commit 3551ac8afb
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ env:
- INSTALL=yarn
- INSTALL=npm
jobs:
exclude:
- node_js: 8
env: INSTALL=yarn
matrix:
fast_finish: true