mxmbsocket/.travis.yml
Chris Boden b27a7e4be8 [BC] Checks
Added PHP5.3.3 to Travis tests
Updated React deps, fixing bug afflicting PHP <= 5.3.8
2012-07-12 19:44:37 -04:00

13 lines
176 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
script: phpunit --coverage-text