mxmbsocket/.travis.yml
Chris Boden d8136aa422 Travis attempt fix
Travis build failing on PHP5.3.3 from a composer warning
2012-07-24 11:26:09 -04:00

13 lines
182 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit --coverage-text