Skip to content

Commit 3560b97

Browse files
committed
Add preliminary testing for PHP 7.4
1 parent 1e81950 commit 3560b97

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
dist: trusty
33

44
language: php
5-
php: 7.2
5+
php: 7.3
66

77
notifications:
88
email:
@@ -50,6 +50,9 @@ jobs:
5050
- composer lint
5151
- composer phpcs
5252
env: BUILD=sniff
53+
- stage: test
54+
php: 7.4snapshot
55+
env: WP_VERSION=latest
5356
- stage: test
5457
php: 7.3
5558
env: WP_VERSION=latest
@@ -75,3 +78,7 @@ jobs:
7578
php: 5.4
7679
dist: precise
7780
env: WP_VERSION=5.1
81+
allow_failures:
82+
- stage: test
83+
php: 7.4snapshot
84+
env: WP_VERSION=latest

0 commit comments

Comments
 (0)