We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db4671c + f27d100 commit 3c80e73Copy full SHA for 3c80e73
1 file changed
.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,12 @@ jobs:
50
- composer lint
51
- composer phpcs
52
env: BUILD=sniff
53
+ - stage: test
54
+ php: 7.4snapshot
55
+ env: WP_VERSION=latest
56
57
+ php: 7.3
58
59
- stage: test
60
php: 7.2
61
env: WP_VERSION=latest
@@ -70,4 +76,9 @@ jobs:
70
76
env: WP_VERSION=trunk
71
77
72
78
php: 5.4
79
+ dist: precise
80
+ env: WP_VERSION=5.1
81
+ allow_failures:
82
83
73
84
0 commit comments