Fix Travis build

This commit is contained in:
An Phan 2016-06-25 20:18:19 +08:00
parent 839e4461bc
commit 79197d16a6
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 7 additions and 4 deletions

View file

@ -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

View file

@ -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",