added job exclude in .travis.yml

This commit is contained in:
REJack
2019-10-31 12:47:10 +01:00
parent 08c597d413
commit 4d13072001

View File

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