Mercurial > hg > isophonics-drupal-site
comparison vendor/phpunit/phpunit-mock-objects/.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 before_script: | |
4 - composer self-update | |
5 - composer install --no-interaction --prefer-source --dev | |
6 | |
7 script: ./vendor/bin/phpunit --configuration ./build/travis-ci.xml | |
8 | |
9 php: | |
10 - 5.3.3 | |
11 - 5.3 | |
12 - 5.4 | |
13 - 5.5 | |
14 - 5.6 | |
15 - 7.0 | |
16 - hhvm | |
17 | |
18 notifications: | |
19 email: false | |
20 webhooks: | |
21 urls: | |
22 - https://webhooks.gitter.im/e/6668f52f3dd4e3f81960 | |
23 on_success: always | |
24 on_failure: always | |
25 on_start: false | |
26 |