comparison vendor/phpunit/php-code-coverage/.travis.yml @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 1fec387a4317
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
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