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