githubtrue/backend/vendor/phpunit/php-code-coverage/.travis.yml @ cb15593b
1 | cb15593b | Cajova-Houba | 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 |