mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix Travis build
This commit is contained in:
parent
839e4461bc
commit
79197d16a6
2 changed files with 7 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -19,13 +19,15 @@ env:
|
|||
LASTFM_API_SECRET: bar
|
||||
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
|
||||
before_script:
|
||||
install:
|
||||
- . $HOME/.nvm/nvm.sh
|
||||
- nvm install stable
|
||||
- nvm use stable
|
||||
- npm install
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
- npm install -g npm@latest
|
||||
- npm install
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"gulp-util": "^3.0.7",
|
||||
"ismobilejs": "^0.4.0",
|
||||
"jquery": "^2.2.1",
|
||||
"jsdom": "^9.2.1",
|
||||
"laravel-elixir": "^5.0.0",
|
||||
"local-storage": "^1.4.2",
|
||||
"lodash": "^4.6.1",
|
||||
|
|
Loading…
Reference in a new issue