PhpSpreadsheet/.travis.yml

14 lines
121 B
YAML
Raw Normal View History

2012-11-23 10:51:34 +00:00
language: php
php:
- 5.2
- 5.3.3
- 5.3
- 5.4
script:
- phpunit -c ./unitTests/
notifications:
email: false