update doc links
[m6w6/ext-pq] / .travis.yml
index 9b0ea6b24fcc7f2bc1051e6fffbf602feea7f47c..afeaa5c8cf541324c10031b98cf6153dd205a31e 100644 (file)
@@ -6,6 +6,7 @@ addons:
  apt:
   packages:
    - php5-cli
+   - php-pear
 
 env:
  global:
@@ -38,10 +39,11 @@ env:
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -df travis/pecl/Makefile pecl PECL=raphf
- - make -f travis/pecl/Makefile ext PECL=pq
+ - make -f travis/pecl/Makefile pecl PECL=raphf
+ - psql -U postgres -c "CREATE DATABASE test"
 
 script:
+ - make -f travis/pecl/Makefile ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false