summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorFabien Villepinte <fabien.villepinte@cdbdx.biz>2019-03-04 14:11:34 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-04 14:48:09 +0100
commit972a65c882b09e92708020ea278d133bbcb0d98a (patch)
treee250c93a1e50eee203d3084076fbf2045073f747 /travis
parent53c44a43dd8cf8e16740a94e2b7a73ddd0cd5a21 (diff)
downloadphp-git-972a65c882b09e92708020ea278d133bbcb0d98a.tar.gz
Replace --with-gd by --enable-gd for Travis
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index dd930b0254..b995c27e4e 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -40,7 +40,7 @@ $TS \
--with-pdo-sqlite \
--enable-intl \
--without-pear \
---with-gd \
+--enable-gd \
--with-jpeg \
--with-webp \
--with-freetype \