Update travis build file : add --prefer-source to composer install, add build on PHP 5.5
This commit is contained in:
parent
a94c84ec3c
commit
4316ae446a
1 changed files with 3 additions and 2 deletions
|
|
@ -4,12 +4,13 @@ before_script:
|
|||
- sudo apt-get update
|
||||
- sudo easy_install sphinx
|
||||
- sudo apt-get install -y ffmpeg libavcodec-extra-53
|
||||
- curl -s http://getcomposer.org/installer | php
|
||||
- php composer.phar install --dev
|
||||
- composer self-update
|
||||
- composer install --dev --prefer-source
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
script:
|
||||
- phpunit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue