Merge branch 'v1.0.x'
[m6w6/ext-pq] / gen_travis_yml.php
index 19240beae037462f17f222421f2acbc2f60317aa..2d28a22867f65dcfd3779c16f1d2d556f2d6c168 100755 (executable)
@@ -17,7 +17,7 @@ env:
 
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["master"],
+       "PHP" => ["7.0", "master"],
        "enable_debug",
        "enable_maintainer_zts",
        "enable_json",
@@ -33,7 +33,7 @@ foreach ($env as $e) {
 
 before_script:
  - make -f travis/pecl/Makefile php
- - make -f travis/pecl/Makefile pharext/raphf-phpng
+ - 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"