mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 21:36:05 +03:00
14 lines
121 B
YAML
14 lines
121 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.2
|
|
- 5.3.3
|
|
- 5.3
|
|
- 5.4
|
|
|
|
script:
|
|
- phpunit -c ./unitTests/
|
|
|
|
notifications:
|
|
email: false
|