Update .travis.yml

This commit is contained in:
huangzhhui 2020-06-19 15:21:36 +08:00
parent d2289e1b6d
commit 556faba086

View File

@ -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