mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
8 lines
93 B
YAML
8 lines
93 B
YAML
language: php
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
script:
|
|
- cd tests && phpunit --coverage-text .
|