mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
13 lines
193 B
YAML
13 lines
193 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
before_script:
|
|
- composer install --dev
|
|
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
|
|
|
|
|
|
script: phpunit --verbose --coverage-text |