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