We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11895a7 commit 373af30Copy full SHA for 373af30
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
dist: trusty
3
4
language: php
5
-php: 7.3
+php: 7.4
6
7
notifications:
8
email:
@@ -51,7 +51,7 @@ jobs:
51
- composer phpcs
52
env: BUILD=sniff
53
- stage: test
54
- php: 7.4snapshot
+ php: 7.4
55
env: WP_VERSION=latest
56
57
php: 7.3
@@ -78,7 +78,3 @@ jobs:
78
php: 5.4
79
dist: precise
80
env: WP_VERSION=5.1
81
- allow_failures:
82
- - stage: test
83
84
- env: WP_VERSION=latest
0 commit comments