excluded yarn on node 8 in .travis.yml

This commit is contained in:
REJack
2020-02-21 15:35:09 +01:00
parent 9baa03ed63
commit 3551ac8afb

View File

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