Herdset_suche/includes/PHPExcel/.travis.yml

21 lines
196 B
YAML
Raw Permalink Normal View History

language: php
php:
- 5.2
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
script:
- phpunit -c ./unitTests/
notifications:
email: false