Merge branch 'v1.1.x'
[m6w6/ext-pq] / gen_travis_yml.php
index d579da1e7d2b0df7ba943ff90e6eae6e9e64e8f2..a20d98388e6991846986e1d85873c3da37b4e5a0 100755 (executable)
@@ -21,9 +21,6 @@ $env = $gen([
        "enable_debug",
        "enable_maintainer_zts",
        "enable_json",
-       "enable_hash" => ["yes"],
-       "enable_phar" => ["yes"],
-       "enable_posix" => ["yes"]
 ]);
 foreach ($env as $e) {
        printf("  - %s\n", $e);
@@ -33,7 +30,7 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -f travis/pecl/Makefile pharext/raphf-master
+ - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0
  - make -f travis/pecl/Makefile ext PECL=pq
  - psql -U postgres -c "CREATE DATABASE test"