mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fix travis test script
This commit is contained in:
parent
3e8191b281
commit
711d1d1464
2 changed files with 2 additions and 6196 deletions
12
.travis.yml
12
.travis.yml
|
@ -18,17 +18,9 @@ env:
|
|||
LASTFM_API_KEY: foo
|
||||
LASTFM_API_SECRET: bar
|
||||
|
||||
cache:
|
||||
- npm
|
||||
- composer
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
cache:
|
||||
- npm
|
||||
- composer
|
||||
- travis
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
|
@ -36,6 +28,6 @@ before_script:
|
|||
- npm install -g npm@latest
|
||||
- npm install
|
||||
|
||||
script:
|
||||
script:
|
||||
- phpunit
|
||||
- npm test
|
||||
|
|
6186
npm-shrinkwrap.json
generated
6186
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue