update travis/pecl
[m6w6/ext-http] / scripts / gen_travis_yml.php
index 02b98418380b9617621509a07588f4d2e7cb4505..2a80a3734ba91d29a987f8a790711269bfe6ec16 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env php
 # autogenerated file; do not edit
 language: c
+sudo: false
 
 addons:
  apt:
@@ -17,34 +18,36 @@ env:
 
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["7.0", "master"],
+       "PHP" => ["7.0", "7.1", "master"],
        "enable_debug",
        "enable_maintainer_zts",
        "enable_json",
        "enable_hash" => ["yes"],
        "enable_iconv" => ["yes"],
-       "enable_phar" => ["yes"],
-       "enable_posix" => ["yes"]
 ]);
 foreach ($env as $e) {
        printf(" - %s\n", $e);
 }
 
 ?>
+# once with gcov
+ - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes 
 
 before_script:
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0
- - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.0
+ - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.1
  - make -f travis/pecl/Makefile ext PECL=http
 
 script:
  - make -f travis/pecl/Makefile test
+ - make -f travis/pecl/Makefile cppcheck
 
-after_script:
+after_failure:
  - test -e tests/helper/server.log && cat tests/helper/server.log
+after_success:
+ - test -n "$CFLAGS" && cd src/.libs && bash <(curl -s https://codecov.io/bash) -X xcode -X coveragepy
 
-sudo: false
 notifications:
  webhooks:
   urls: