blob: a2449c593b7e95b6cf813f2292021a2282c7ba0e (
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 channel-discover pear.php-tools.net
- pyrus install pat/vfsStream-alpha
script: phpunit --configuration tests/phpunit.xml
|