Skip to content

Commit 9c06c72

Browse files
committed
Skip building on focal if VERSION is 7.2 or 7.3
PHP 7.2 and 7.3 uses `freetype-config` to check whether or not freetype is available. This no longer available on Focal, which uses `pkg-config` for this purpose. In addition, focal's `php` package is 7.4 already https://packages.ubuntu.com/focal/php so it seems low-risk to drop support for these older versions.
1 parent dd77a83 commit 9c06c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
eval "$(phpenv init -)"
2727
fi
2828
fi
29+
if: !(env(VERSION) =~ /^7\.[23]/)
2930
- dist: bionic
3031
language: minimal
3132
group: dev

0 commit comments

Comments
 (0)