This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/vendor/phpunit/php-code-coverage/.travis.yml
T
Taras Machyshyn 9eaad382ff changed log class
2014-02-24 18:21:42 +02:00

20 lines
330 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
before_script:
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source
script: vendor/bin/phpunit --configuration ./build/travis-ci.xml
notifications:
email: false
irc:
channels:
- "irc.freenode.org#phpunit"
use_notice: true