install php-pear
[m6w6/ext-pq] / gen_travis_yml.php
index 84731594a2327155007d165c65de1fca0903d54c..87b025d4372db6c623117bf56f371848be47f058 100755 (executable)
@@ -4,6 +4,10 @@ language: c
 
 addons:
  postgresql: 9.4
+ apt:
+  packages:
+   - php5-cli
+   - php-pear
 
 env:
  global:
@@ -28,9 +32,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