We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505a316 commit 0c65f3fCopy full SHA for 0c65f3f
.travis.yml
@@ -52,6 +52,9 @@ jobs:
52
- composer lint
53
- composer phpcs
54
env: BUILD=sniff
55
+ - stage: test
56
+ php: 7.4snapshot
57
+ env: WP_VERSION=latest
58
- stage: test
59
php: 7.3
60
env: WP_VERSION=latest
@@ -80,3 +83,7 @@ jobs:
80
83
- stage: deploy
81
84
env: DEPLOY_BRANCH=master
82
85
script: ./ci/deploy.sh
86
+ allow_failures:
87
88
89
0 commit comments