Skip to content

Commit 1ed9140

Browse files
authored
Add preliminary PHP 7.4 testing (#240)
Add preliminary PHP 7.4 testing
2 parents d5b898a + 30da781 commit 1ed9140

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,6 +2,7 @@ sudo: false
22
dist: trusty
33

44
language: php
5+
php: 7.3
56

67
notifications:
78
email:
@@ -45,11 +46,13 @@ script:
4546
jobs:
4647
include:
4748
- stage: sniff
48-
php: 7.2
4949
script:
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)