excluded yarn on node 8 in .travis.yml
This commit is contained in:
@@ -10,6 +10,11 @@ env:
|
||||
- INSTALL=yarn
|
||||
- INSTALL=npm
|
||||
|
||||
jobs:
|
||||
exclude:
|
||||
- node_js: 8
|
||||
env: INSTALL=yarn
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user