moved exclude to matrix in .travis.yml

This commit is contained in:
REJack 2020-02-21 15:59:27 +01:00
parent f70527b620
commit 9261d762b7
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888

View file

@ -10,13 +10,12 @@ env:
- INSTALL=yarn
- INSTALL=npm
jobs:
exclude:
- node_js: 8
env: INSTALL=yarn
matrix:
fast_finish: true
exclude:
- node_js: 8
env: INSTALL=yarn
install:
- if [ "yarn" == $INSTALL ]; then yarn install; fi