Skip to content

Commit 373af30

Browse files
committed
Change Travis CI config to enforce PHP 7.4 compatibility
1 parent 11895a7 commit 373af30

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

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

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

77
notifications:
88
email:
@@ -51,7 +51,7 @@ jobs:
5151
- composer phpcs
5252
env: BUILD=sniff
5353
- stage: test
54-
php: 7.4snapshot
54+
php: 7.4
5555
env: WP_VERSION=latest
5656
- stage: test
5757
php: 7.3
@@ -78,7 +78,3 @@ jobs:
7878
php: 5.4
7979
dist: precise
8080
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)