finish port
[m6w6/ext-pq] / gen_travis_yml.php
index 804dad0831e043da50c246692c679a724c7ed1d2..19240beae037462f17f222421f2acbc2f60317aa 100755 (executable)
@@ -22,6 +22,8 @@ $env = $gen([
        "enable_maintainer_zts",
        "enable_json",
        "enable_hash" => ["yes"],
+       "enable_phar" => ["yes"],
+       "enable_posix" => ["yes"]
 ]);
 foreach ($env as $e) {
        printf("  - %s\n", $e);
@@ -31,11 +33,11 @@ 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 pharext/raphf-phpng
+ - 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