diff options
author | Anatol Belski <ab@php.net> | 2015-03-16 20:05:40 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-16 20:05:40 +0100 |
commit | 59a2a900a527f15b5a481bdb59b7af2db9d110b3 (patch) | |
tree | ba947f8a4269b53e26148c980df497125a6319bb /travis | |
parent | cab21b934723238b9f5631cedfc69d76f0d66c58 (diff) | |
download | php-git-59a2a900a527f15b5a481bdb59b7af2db9d110b3.tar.gz |
remove ext/mysql enablement from travis build
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index 77ff49ab15..e7ab01705f 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -16,7 +16,6 @@ $TS \ --enable-phpdbg \ --enable-fpm \ --with-pdo-mysql=mysqlnd \ ---with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pgsql \ --with-pdo-pgsql \ |