mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
b98ecaabaa
Lets see if it even has imap enabled :-)
21 lines
310 B
YAML
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 |