From: Michael Wallner Date: Mon, 7 Dec 2015 10:24:17 +0000 (+0100) Subject: fix travis X-Git-Tag: v1.0.0~4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=af785c32e070d1ae06127beb99ea987503811be5;p=m6w6%2Fext-pq fix travis --- diff --git a/.travis.yml b/.travis.yml index afeaa5c..2a78dda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ env: before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 - psql -U postgres -c "CREATE DATABASE test" script: diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 87b025d..0ea6d33 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -31,7 +31,7 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 - psql -U postgres -c "CREATE DATABASE test" script: