8 lines
93 B
YAML
8 lines
93 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
|
|
script: phpunit --configuration phpunit.xml.dist |