mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Install yarn on Travis again
This commit is contained in:
parent
de555b2735
commit
c71766b880
1 changed files with 2 additions and 3 deletions
|
@ -22,13 +22,12 @@ env:
|
|||
branches:
|
||||
- master
|
||||
|
||||
before_script:
|
||||
install:
|
||||
- . $HOME/.nvm/nvm.sh
|
||||
- nvm install stable
|
||||
- nvm use stable
|
||||
- npm install -g yarn
|
||||
|
||||
install:
|
||||
- yarn install
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
|
||||
|
|
Loading…
Reference in a new issue