mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-21 10:46:02 +03:00
24 lines
386 B
YAML
24 lines
386 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
- hhvm-nightly
|
|
|
|
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:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- php: hhvm
|
|
- php: hhvm-nightly |