Skip to content

Commit df5d99c

Browse files
authored
Merge pull request #259 from wp-cli/enforce-php74-compat
Enforce PHP 7.4 compatibility in Travis CI
2 parents b50100a + d394bcd commit df5d99c

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 @@ os: linux
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)