From: Michael Wallner Date: Thu, 30 Jul 2015 19:10:21 +0000 (+0200) Subject: the build of the extension actually belongs to script: X-Git-Tag: v0.6.0~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=fec45d47cca0e7327b0586bec61dcf769b18e279 the build of the extension actually belongs to script: --- diff --git a/.travis.yml b/.travis.yml index de7ad33..1e86baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,10 +39,10 @@ env: before_script: - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=raphf - - make -f travis/pecl/Makefile ext PECL=pq - psql -U postgres -c "CREATE DATABASE test" script: + - make -f travis/pecl/Makefile ext PECL=pq - make -f travis/pecl/Makefile test sudo: false diff --git a/gen_travis_yml.php b/gen_travis_yml.php index ec844b6..2fcd6ac 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -31,10 +31,10 @@ 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 ext PECL=pq - psql -U postgres -c "CREATE DATABASE test" script: + - make -f travis/pecl/Makefile ext PECL=pq - make -f travis/pecl/Makefile test sudo: false