Update travis config

This commit is contained in:
Jordi Boggiano 2013-10-29 14:40:30 +01:00
parent 7336197536
commit 6c2fd53edc

View File

@ -3,9 +3,10 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
before_script: before_script:
- curl -s http://getcomposer.org/installer | php - composer self-update
- php composer.phar install --dev - composer update
script: phpunit script: phpunit