blob: 87e528f365f899dc02db5de55ddb40b105e836a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: php
phps:
- 5.2
- 5.3
- 5.4
before_script:
- pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
- phpenv rehash
script: phpunit --configuration tests/phpunit.xml
|