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:
Vedanshu Jain 2019-12-26 17:00:12 +05:30 committed by GitHub
commit 79680eff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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