Skip to content

Commit d394bcd

Browse files
committed
Change Travis CI config to enforce PHP 7.4 compatibility
1 parent 4814acb commit d394bcd

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: xenial
33

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

77
notifications:
88
email:
@@ -54,7 +54,7 @@ jobs:
5454
- composer phpcs
5555
env: BUILD=sniff
5656
- stage: test
57-
php: 7.4snapshot
57+
php: 7.4
5858
env: WP_VERSION=latest
5959
- stage: test
6060
php: 7.3
@@ -81,7 +81,3 @@ jobs:
8181
dist: precise
8282
php: 5.4
8383
env: WP_VERSION=5.1
84-
allow_failures:
85-
- stage: test
86-
php: 7.4snapshot
87-
env: WP_VERSION=latest

0 commit comments

Comments
 (0)