X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=gen_travis_yml.php;h=a96a3384ee68a45d98d72faf3d6debe69977a2f8;hb=refs%2Fheads%2Fv1.0.x;hp=87b025d4372db6c623117bf56f371848be47f058;hpb=f998df50166162592fd71a68f24d05e712e157e3;p=m6w6%2Fext-pq diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 87b025d..a96a338 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -31,11 +31,11 @@ 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.2 + - 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