fix travis
authorMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:24:17 +0000 (11:24 +0100)
committerMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:24:17 +0000 (11:24 +0100)
.travis.yml
gen_travis_yml.php

index afeaa5c8cf541324c10031b98cf6153dd205a31e..2a78ddae318796bd7ca0cd638050f63b545d9f31 100644 (file)
@@ -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:
index 87b025d4372db6c623117bf56f371848be47f058..0ea6d33ec36f292862e8c28b22333bfc4900efe2 100755 (executable)
@@ -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: