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:
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- composer self-update
- composer update
script: phpunit