language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script:
|
|
- cd Tests
|
|
- wget http://getcomposer.org/composer.phar
|
|
- php composer.phar install
|
|
|
|
script: ./phpunit --coverage-text --configuration phpunit.xml.dist
|