added job exclude in .travis.yml

pull/2269/head
REJack 2019-10-31 12:47:10 +01:00
parent 08c597d413
commit 4d13072001
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 5 additions and 0 deletions

View File

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