hyperf/.travis.yml

47 lines
1.4 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.4"
- php: 7.3
env: SW_VERSION="4.5.4"
- php: 7.4
env: SW_VERSION="4.5.4"
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
2020-08-16 19:33:19 +08:00
- docker run --name nsq -p 4150:4150 -p 4151:4151 -p 4160:4160 -p 4161:4161 -p 4170:4170 -p 4171:4171 --entrypoint /bin/nsqd -d nsqio/nsq:latest
2020-09-12 08:32:19 +08:00
- docker build --tag grpc-server:latest src/grpc-client/tests/Mock
- docker run -d --name grpc-server -p 50051:50051 grpc-server:latest
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:
2020-08-16 19:33:19 +08:00
webhooks: https://oapi.dingtalk.com/robot/send?access_token=72c12e591c435f0f41e09261f6252aeafd284e432657b1f8d4a77b5aac8fbfcd