mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-22 07:52:36 +00:00
7 lines
116 B
YAML
7 lines
116 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
script: phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php
|