Skip to content

Commit

Permalink
Remove PHP 7.3 from the list of build jobs that are allowed to fail
Browse files Browse the repository at this point in the history
Now that all the required changes to make WooCommerce work fine with PHP 7.3 were implemented, it is safe to remove PHP 7.3 from the list of Travis build jobs that are allowed to fail.
  • Loading branch information
rodrigoprimo committed Nov 21, 2018
1 parent c349136 commit 4c581f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ matrix:
allow_failures:
- php: 7.1
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
- php: 7.3
env: WP_VERSION=5.0-beta5 WP_MULTISITE=0

before_script:
- |
Expand Down

0 comments on commit 4c581f5

Please sign in to comment.