PHPExcel/.travis.yml

21 lines
196 B
YAML
Raw Normal View History

2012-11-23 14:51:34 +04:00
language: php
php:
- 5.2
- 5.3.3
- 5.3
- 5.4
2013-09-06 12:53:46 +04:00
- 5.5
2014-07-09 14:18:09 +04:00
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
2012-11-23 14:51:34 +04:00
script:
- phpunit -c ./unitTests/
notifications:
email: false