From 1d5744027e1cb5bd5241c1901b281b4d520bbb81 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 5 Dec 2015 22:48:29 +0100 Subject: Disable PEAR in Travis build --- travis/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile.sh b/travis/compile.sh index 4f7cf5b906..02da5d8794 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -23,7 +23,7 @@ $TS \ --with-pdo-pgsql \ --with-pdo-sqlite \ --enable-intl \ ---with-pear \ +--without-pear \ --with-gd \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ -- cgit v1.2.1