Mercurial > hg > cmmr2012-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 language: php | |
2 | |
3 php: | |
4 - 5.3.3 | |
5 - 5.3 | |
6 - 5.4 | |
7 - 5.5 | |
8 - 5.6 | |
9 | |
10 before_script: | |
11 - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source | |
12 | |
13 script: vendor/bin/phpunit --configuration ./build/travis-ci.xml | |
14 | |
15 notifications: | |
16 email: false | |
17 irc: | |
18 channels: | |
19 - "irc.freenode.org#phpunit" | |
20 use_notice: true |