fix s/profile/coverage/
[m6w6/ext-apfd] / gen_travis_yml.php
index e334aaa2577daad53528539ca2aee837741fdba0..61b7cf86a397d283740d5919e0c026ae5f03b5ac 100755 (executable)
@@ -22,10 +22,7 @@ env:
 $cur = "7.2";
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["5.4", "5.5", "5.6"],
-       "enable_debug" => "yes"
-], [
-       "PHP" => ["7.0", "7.1", "master"],
+       "PHP" => ["5.6", "7.0", "7.1", "master"],
        "enable_debug" => "yes",
        "enable_maintainer_zts" => "yes",
 ], [
@@ -33,8 +30,8 @@ $env = $gen([
        "enable_debug",
        "enable_maintainer_zts"
 ], [
-       "CFLAGS" => "'-O0 -g --profile'",
-       "CXXFLAGS" => "'-O0 -g --profile'",
+       "CFLAGS" => "'-O0 -g --coverage'",
+       "CXXFLAGS" => "'-O0 -g --coverage'",
        "PHP" => $cur,
 ]);
 foreach ($env as $grp) {