the build of the extension actually belongs to script:
[m6w6/ext-pq] / .travis.yml
index de7ad33524bae065b0bf08b391a612d48cdcae51..1e86baab2ea3993522c9c215fec8f751e74518a2 100644 (file)
@@ -39,10 +39,10 @@ env:
 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