Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Permit tests using PHP 7.4 to fail
Browse files Browse the repository at this point in the history
Since WordPress doesn't yet *offically* support PHP 7.4, mark the tests as optional for now.

Based on a suggestion from @bswatson in #126.
  • Loading branch information
stevegrunwell committed Jul 13, 2019
1 parent 587ce29 commit cb20145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ matrix:
php: nightly
env: WP_VERSION=trunk WC_VERSION=latest
allow_failures:
- php: 7.4snapshot
- name: Code Coverage
php: 7.2
env: WP_VERSION=latest WC_VERSION=latest RUN_CODE_COVERAGE=1
Expand Down

0 comments on commit cb20145

Please sign in to comment.