Merge pull request #25279 from woocommerce/fix-travis-configuration
Remove PHP 7.2 Travis build job from allow_failures list
This commit is contained in:
commit
79680eff33
|
@ -52,8 +52,6 @@ matrix:
|
|||
allow_failures:
|
||||
- php: 7.3
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||
- php: 7.2
|
||||
env: WP_VERSION=latest WP_MULTISITE=0
|
||||
|
||||
before_script:
|
||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||
|
|
Loading…
Reference in New Issue