mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-12 01:08:54 +00:00
6 lines
116 B
YAML
6 lines
116 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
script: phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php
|