Pin yarn version on travis

This commit is contained in:
Brian Ng 2017-02-24 08:35:19 -06:00
parent bc02c95ef0
commit 058c86715d

View File

@ -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: