mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Update .travis.yml
This commit is contained in:
parent
a29cc3acfc
commit
17eea35b4f
16
.travis.yml
16
.travis.yml
@ -10,12 +10,6 @@ matrix:
|
||||
env: SW_VERSION="4.5.1"
|
||||
- php: 7.4
|
||||
env: SW_VERSION="4.5.1"
|
||||
- php: 7.2
|
||||
env: SW_VERSION="4.4.18"
|
||||
- php: 7.3
|
||||
env: SW_VERSION="4.4.18"
|
||||
- php: 7.4
|
||||
env: SW_VERSION="4.4.18"
|
||||
|
||||
services:
|
||||
- mysql
|
||||
@ -42,10 +36,10 @@ before_script:
|
||||
|
||||
script:
|
||||
- composer analyse \
|
||||
src/amqp \
|
||||
src/async-queue \
|
||||
src/cache \
|
||||
src/command \
|
||||
src/config
|
||||
src/amqp \
|
||||
src/async-queue \
|
||||
src/cache \
|
||||
src/command \
|
||||
src/config
|
||||
- composer test -- --exclude-group NonCoroutine
|
||||
- vendor/bin/phpunit --group NonCoroutine
|
||||
|
Loading…
Reference in New Issue
Block a user