1
0
Fork 0
mirror of https://github.com/retailcrm/PHPExcel.git synced 2025-04-04 05:43:36 +03:00
PHPExcel/.travis.yml
2012-11-23 11:51:34 +01:00

13 lines
121 B
YAML

language: php
php:
- 5.2
- 5.3.3
- 5.3
- 5.4
script:
- phpunit -c ./unitTests/
notifications:
email: false