Merge pull request #24668 from woocommerce/travis-php-7.4

Remove PHP 7.4 job from the list of Travis jobs allowed to fail
This commit is contained in:
Vedanshu Jain 2019-09-24 01:08:24 +05:30 committed by GitHub
commit 59929a8021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ matrix:
allow_failures:
- php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
- php: 7.4snapshot
env: WP_VERSION=nightly WP_MULTISITE=0
before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"