X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=c46f646a1d2280ef53de4ad16d1eef910d11f73f;hb=929127f348e46897e230068977bb2584bd4e4124;hp=311a4cd000afa5edccef34ab7e1bdcf7349e6bdb;hpb=0ccb6d6575f81affd97a78ba1a88641ad41b4b55;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 311a4cd..c46f646 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,6 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c +sudo: required +dist: trusty addons: apt: @@ -8,8 +10,8 @@ addons: - php5-cli - php-pear - libcurl4-openssl-dev - - zlib1g-dev - libidn11-dev + - libidn2-0-dev - libevent-dev env: @@ -17,12 +19,13 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["7.0", "master"], + "PHP" => ["7.0"], "enable_debug", "enable_maintainer_zts", "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], + "with_http_libicu_dir", ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -38,11 +41,13 @@ before_script: 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: