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

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