From af785c32e070d1ae06127beb99ea987503811be5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 7 Dec 2015 11:24:17 +0100 Subject: [PATCH] fix travis --- .travis.yml | 2 +- gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2