mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Use LTS Node version on Travis
This commit is contained in:
parent
03baef25bd
commit
8beeade545
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ branches:
|
|||
|
||||
install:
|
||||
- . $HOME/.nvm/nvm.sh
|
||||
- nvm install stable
|
||||
- nvm use stable
|
||||
- nvm install 6.10.3
|
||||
- nvm use 6.10.3
|
||||
- npm install -g yarn
|
||||
- yarn
|
||||
- composer self-update
|
||||
|
|
Loading…
Reference in a new issue