Change how yarn is installed on travis
This commit is contained in:
parent
1b5df314d9
commit
8b99386491
@ -22,7 +22,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@0.22.0 ; fi'
|
||||
- 'if [ $PKG_CMD = "yarn" ]; then curl -o- -L https://yarnpkg.com/install.sh | bash && PATH=$HOME/.yarn/bin:$PATH ; fi'
|
||||
install:
|
||||
- $PKG_CMD install
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user