PhpSpreadsheet/.travis.yml

21 lines
196 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
2014-07-09 10:18:09 +00:00
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
2012-11-23 10:51:34 +00:00
script:
- phpunit -c ./unitTests/
notifications:
email: false