Fetch/.travis.yml
Robert Hafner 550f3b62e0 Updated Fetch to use the DovecotTesting repository
Rather than ship with all of these files I’ve separated out the server
provisioning code from this repository.
2014-01-19 00:51:55 -08:00

13 lines
177 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer install --dev
- vendor/tests/SetupEnvironment.sh
script: phpunit --verbose --coverage-text