From fec45d47cca0e7327b0586bec61dcf769b18e279 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 30 Jul 2015 21:10:21 +0200 Subject: [PATCH] the build of the extension actually belongs to script: --- .travis.yml | 2 +- gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2