hyperf/.travis.yml

43 lines
1.1 KiB
YAML
Raw Normal View History

2019-06-24 13:10:41 +08:00
language: php
sudo: required
matrix:
include:
- php: 7.2
env: SW_VERSION="4.5.2"
- php: 7.3
env: SW_VERSION="4.5.2"
- php: 7.4
env: SW_VERSION="4.5.2"
2019-06-24 13:10:41 +08:00
services:
- mysql
- redis
- docker
before_install:
- export PHP_MAJOR="$(`phpenv which php` -r 'echo phpversion();' | cut -d '.' -f 1)"
- export PHP_MINOR="$(`phpenv which php` -r 'echo phpversion();' | cut -d '.' -f 2)"
- echo $PHP_MAJOR
- echo $PHP_MINOR
install:
- cd $TRAVIS_BUILD_DIR
- bash .travis/swoole.install.sh
- phpenv config-rm xdebug.ini || echo "xdebug not available"
- phpenv config-add .travis/ci.ini
2019-06-24 16:15:18 +08:00
- bash .travis/setup.mysql.sh
- docker run -d --name dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul
2019-06-24 13:10:41 +08:00
before_script:
- cd $TRAVIS_BUILD_DIR
- composer config -g process-timeout 900 && composer update
2019-06-24 13:10:41 +08:00
script:
2020-06-01 14:01:52 +08:00
- composer analyse src
2019-10-23 17:35:45 +08:00
- composer test -- --exclude-group NonCoroutine
2020-08-12 18:15:47 +08:00
- vendor/bin/phpunit --group NonCoroutine
notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=72c12e591c435f0f41e09261f6252aeafd284e432657b1f8d4a77b5aac8fbfcd