From c1fbc3900f66ce9b45ddc40c97ee6d47fc5dc5a5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 27 Aug 2019 11:36:58 +0200 Subject: Add --with-pear to Travis build --- travis/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis') diff --git a/travis/compile.sh b/travis/compile.sh index b03336bdc8..e4381952ca 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -77,6 +77,7 @@ $TS \ --with-ffi \ --enable-zend-test=shared \ --enable-werror \ +--with-pear \ > "$CONFIG_LOG_FILE" make "-j${MAKE_JOBS}" $MAKE_QUIET > "$MAKE_LOG_FILE" -- cgit v1.2.1