Skip to content

Commit 9845d48

Browse files
authored
Add preliminary PHP 7.4 testing (#151)
Add preliminary PHP 7.4 testing
2 parents 505a316 + 0c65f3f commit 9845d48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- composer lint
5353
- composer phpcs
5454
env: BUILD=sniff
55+
- stage: test
56+
php: 7.4snapshot
57+
env: WP_VERSION=latest
5558
- stage: test
5659
php: 7.3
5760
env: WP_VERSION=latest
@@ -80,3 +83,7 @@ jobs:
8083
- stage: deploy
8184
env: DEPLOY_BRANCH=master
8285
script: ./ci/deploy.sh
86+
allow_failures:
87+
- stage: test
88+
php: 7.4snapshot
89+
env: WP_VERSION=latest

0 commit comments

Comments
 (0)