mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Update .travis.yml
This commit is contained in:
parent
d2289e1b6d
commit
556faba086
10
.travis.yml
10
.travis.yml
@ -5,14 +5,6 @@ sudo: required
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.2
|
||||
env: SW_VERSION="4.4.8"
|
||||
- php: 7.3
|
||||
env: SW_VERSION="4.4.8"
|
||||
- php: master
|
||||
env: SW_VERSION="4.4.8"
|
||||
|
||||
allow_failures:
|
||||
- php: master
|
||||
env: SW_VERSION="4.5.2"
|
||||
- php: 7.3
|
||||
env: SW_VERSION="4.5.2"
|
||||
@ -45,4 +37,4 @@ before_script:
|
||||
script:
|
||||
- composer analyse src
|
||||
- composer test -- --exclude-group NonCoroutine
|
||||
- vendor/bin/phpunit --group NonCoroutine
|
||||
- vendor/bin/phpunit --group NonCoroutine
|
Loading…
Reference in New Issue
Block a user