Pin yarn version on travis
This commit is contained in:
parent
bc02c95ef0
commit
058c86715d
@ -19,7 +19,7 @@ before_install:
|
||||
- nvm use $TRAVIS_NODE_VERSION
|
||||
- npm set loglevel error
|
||||
- npm set progress false
|
||||
- 'if [ $PKG_CMD = "yarn" ]; then npm i -g yarn ; fi'
|
||||
- 'if [ $PKG_CMD = "yarn" ]; then npm i -g yarn@0.18.2 ; fi'
|
||||
install:
|
||||
- $PKG_CMD install
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user