PhpSpreadsheet/.travis.yml

15 lines
129 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
2013-09-06 08:53:46 +00:00
- 5.5
2012-11-23 10:51:34 +00:00
script:
- phpunit -c ./unitTests/
notifications:
email: false