blob: 2584e8ac2095072df7ad0eb5a08bbb13e0806296 [file] [log] [blame]
language: php
php:
- 5.2
- 5.3
- 5.4
before_script:
- pyrus channel-discover pear.php-tools.net
- pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
- phpenv rehash
script: phpunit --configuration tests/phpunit.xml
branches:
only:
- develop
- master