Files
faveo/vendor/tedivm/fetch/.travis.yml
Manish Verma 57efc24003 email-configuration-bug-fix-patch
Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
2016-11-04 11:15:57 +05:30

21 lines
310 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- composer self-update && composer install --dev
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
script: ./tests/runTests.sh
after_script:
- php vendor/bin/coveralls -v
matrix:
allow_failures:
- php: hhvm