diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-03-20 13:34:16 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-03-20 13:34:16 +0100 |
commit | 9ff99059b15334fb05498686f422d39f1584d882 (patch) | |
tree | 0a120a7397ca8b5e47b41b5012171899820b83fb | |
parent | ceb4cb6976344a460fb14836f01b8b60df2dbd36 (diff) | |
download | php-git-9ff99059b15334fb05498686f422d39f1584d882.tar.gz |
add pear to the travis build
-rwxr-xr-x | travis/compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index f22227a494..039ed65cb9 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -21,7 +21,7 @@ $TS \ --with-pdo-pgsql \ --with-pdo-sqlite \ --enable-intl \ ---without-pear \ +--with-pear \ --with-gd \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ |