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

Commit cb20145

Browse files
committed
Permit tests using PHP 7.4 to fail
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.
1 parent 587ce29 commit cb20145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ matrix:
4242
php: nightly
4343
env: WP_VERSION=trunk WC_VERSION=latest
4444
allow_failures:
45+
- php: 7.4snapshot
4546
- name: Code Coverage
4647
php: 7.2
4748
env: WP_VERSION=latest WC_VERSION=latest RUN_CODE_COVERAGE=1

0 commit comments

Comments
 (0)