PHPExcel/.travis.yml

21 lines
196 B
YAML
Raw Normal View History

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