mxmbsocket/.travis.yml
Chris Boden ccf14c0c51 [BCB] Removed symfony/http-foundation
Moved HttpFoundation from require to suggest
Devs using Session component will need to include it manually
This will allow devs to use Ratchet with a stable minimum-requirement
2012-07-24 10:26:24 -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