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