Skip to content

Commit 314ac6d

Browse files
committed
:octocat: ext-gd missing on 7.4
1 parent e35b6d5 commit 314ac6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ matrix:
99
include:
1010
- php: 7.2
1111
- php: 7.3
12+
- php: 7.4snapshot
1213
- php: 7.4
1314
# - php: nightly
14-
# allow_failures:
15+
allow_failures:
16+
- php: 7.4snapshot
17+
- php: 7.4 # ext-gd missing https://travis-ci.community/t/add-php-7-4-branch-to-test-against/2179/16
1518
# - php: nightly
1619

1720
before_install:

0 commit comments

Comments
 (0)