mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix npm install on travis
This commit is contained in:
parent
a083696289
commit
bfaee8b33c
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@ env:
|
|||
LASTFM_API_KEY: foo
|
||||
LASTFM_API_SECRET: bar
|
||||
|
||||
cache:
|
||||
- npm
|
||||
- composer
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
@ -25,6 +29,7 @@ branches:
|
|||
before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
- npm install -g npm@latest
|
||||
- npm install
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue