mxmbsocket/.travis.yml
Chris Boden 14959b6ea5 PHP min req bump
PHP <= 5.3.4 now required to coincide with Symfony's updated requirement
2012-07-13 19:46:49 -04:00

13 lines
176 B
YAML

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