2013-11-16 17:43:33 +04:00
|
|
|
language: php
|
|
|
|
|
2015-08-20 23:19:04 +03:00
|
|
|
sudo: required
|
|
|
|
|
2013-11-16 17:43:33 +04:00
|
|
|
php:
|
2014-11-29 22:11:11 +03:00
|
|
|
- 5.6
|
2015-06-18 12:41:22 +02:00
|
|
|
- 7.0
|
2016-09-23 08:56:28 +07:00
|
|
|
- 7.1
|
2015-05-11 20:52:10 +07:00
|
|
|
|
2015-02-20 17:53:50 +03:00
|
|
|
matrix:
|
2015-06-18 12:41:22 +02:00
|
|
|
allow_failures:
|
2016-09-23 09:24:43 +07:00
|
|
|
- php: 7.1
|
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
|
|
|
|
2015-05-11 20:52:10 +07:00
|
|
|
install:
|
2015-08-20 23:19:04 +03:00
|
|
|
- eval `ssh-agent -s`
|
|
|
|
- test/travis/setup-secure-shell.sh
|
2015-02-17 12:56:29 +03:00
|
|
|
- composer self-update
|
2016-03-13 17:45:26 +01:00
|
|
|
- composer update --no-interaction --prefer-source $COMPOSER_FLAGS
|
2014-11-29 22:11:11 +03:00
|
|
|
|
2017-03-10 00:16:02 +01:00
|
|
|
script: vendor/bin/phpunit
|
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
|