Mercurial > hg > cmmr2012-drupal-site
view vendor/phpunit/php-code-coverage/.travis.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 5311817fb629 |
line wrap: on
line source
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 before_script: - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source script: vendor/bin/phpunit --configuration ./build/travis-ci.xml notifications: email: false irc: channels: - "irc.freenode.org#phpunit" use_notice: true