speed up travis build

This commit is contained in:
Jens Hausdorf 2017-10-16 17:52:45 +02:00 committed by GitHub
commit 99f0740167

View file

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