the build of the extension actually belongs to script:
authorMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 19:10:21 +0000 (21:10 +0200)
committerMichael Wallner <mike@php.net>
Thu, 30 Jul 2015 19:10:21 +0000 (21:10 +0200)
.travis.yml
gen_travis_yml.php

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
 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:
  - psql -U postgres -c "CREATE DATABASE test"
 
 script:
+ - make -f travis/pecl/Makefile ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false
  - make -f travis/pecl/Makefile test
 
 sudo: false
index ec844b6191ba1cd6432f7d52b1b225e54b6c7716..2fcd6ac8f10ef618f67239fb4360a353428d0d67 100755 (executable)
@@ -31,10 +31,10 @@ foreach ($env as $e) {
 before_script:
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile pecl PECL=raphf
 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:
  - psql -U postgres -c "CREATE DATABASE test"
 
 script:
+ - make -f travis/pecl/Makefile ext PECL=pq
  - make -f travis/pecl/Makefile test
 
 sudo: false
  - make -f travis/pecl/Makefile test
 
 sudo: false