diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-03-20 13:34:55 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-03-20 13:34:55 +0100 |
commit | 8f244220b5989267239ca31f7b0db2f2cf5ad6e5 (patch) | |
tree | b354a4ca2adadd2e3b22dc65cafd4f92bfbecbf9 /travis | |
parent | 028c9187ee330664ca9bd253e56682475a068ab2 (diff) | |
parent | 95c3a4798f970810555b9da9a1f2b0fdedb504e6 (diff) | |
download | php-git-8f244220b5989267239ca31f7b0db2f2cf5ad6e5.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
add pear to the travis build
Diffstat (limited to 'travis')
-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 e7ab01705f..5478b885c0 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 \ |