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