speed up travis build
This commit is contained in:
parent
c0a98db600
commit
99f0740167
1 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,11 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
- $HOME/.cache
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
|
@ -29,7 +34,7 @@ before_install:
|
|||
|
||||
install:
|
||||
- sudo apt-get install -y ffmpeg
|
||||
- composer update --prefer-source $COMPOSER_FLAGS
|
||||
- composer update --prefer-dist $COMPOSER_FLAGS
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue