create test db
[m6w6/ext-pq] / .travis.yml
index 9b0ea6b24fcc7f2bc1051e6fffbf602feea7f47c..de7ad33524bae065b0bf08b391a612d48cdcae51 100644 (file)
@@ -38,8 +38,9 @@ env:
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -df travis/pecl/Makefile pecl PECL=raphf
+ - 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 test