2013-11-16 17:43:33 +04:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
2017-12-14 10:54:55 +01:00
|
|
|
- 7.2
|
2019-01-22 07:09:00 +02:00
|
|
|
- 7.3
|
2019-12-15 21:31:12 +07:00
|
|
|
-7.4
|
2016-03-19 21:40:40 +07:00
|
|
|
|
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- COMPOSER_FLAGS="--prefer-lowest"
|
|
|
|
- COMPOSER_FLAGS="--prefer-stable"
|
2014-11-29 22:11:11 +03:00
|
|
|
|
2018-10-10 14:35:01 +09:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.composer/cache/files
|
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
2018-10-11 13:28:28 +09:00
|
|
|
update: true
|
2018-10-10 14:35:01 +09:00
|
|
|
packages:
|
|
|
|
- acl
|
2017-03-16 21:03:39 +07:00
|
|
|
|
2015-05-11 20:52:10 +07:00
|
|
|
install:
|
2015-02-17 12:56:29 +03:00
|
|
|
- composer self-update
|
2018-10-10 14:35:01 +09:00
|
|
|
- composer update --no-interaction --prefer-dist $COMPOSER_FLAGS
|
2014-11-29 22:11:11 +03:00
|
|
|
|
2017-08-22 22:38:26 +07:00
|
|
|
script:
|
|
|
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2016-03-13 17:45:26 +01:00
|
|
|
|
2015-09-11 17:33:11 +07:00
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/3ffa605389816ec39774
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
on_start: never
|