From: Michael Wallner Date: Tue, 19 Jan 2016 12:59:09 +0000 (+0100) Subject: Merge branch 'v1.0.x' X-Git-Tag: v2.0.0~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=9e4e6b948aa03c04e66e808efa6a3522b92449d8 Merge branch 'v1.0.x' --- 9e4e6b948aa03c04e66e808efa6a3522b92449d8 diff --cc gen_travis_yml.php index d579da1,a96a338..2d28a22 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@@ -33,7 -31,7 +33,7 @@@ foreach ($env as $e) before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pharext/raphf-master - - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.2 ++ - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0 - make -f travis/pecl/Makefile ext PECL=pq - psql -U postgres -c "CREATE DATABASE test"