Fetch/.travis.yml

21 lines
310 B
YAML
Raw Normal View History

2013-12-06 02:01:18 +04:00
language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
2013-12-06 02:01:18 +04:00
before_script:
- composer self-update && composer install --dev
- vendor/tedivm/dovecottesting/SetupEnvironment.sh
2013-12-06 02:01:18 +04:00
script: ./tests/runTests.sh
after_script:
- php vendor/bin/coveralls -v
matrix:
allow_failures:
- php: hhvm