X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=ff43cf063b88ed4f827130ec89c79df5b97e6acf;hp=2a80a3734ba91d29a987f8a790711269bfe6ec16;hb=208f820769bb9b0dc7f0e57670bf8647946d25a7;hpb=b4d1d8eb6c4d400c1b5f3584fb491dfd4fcfff9c diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 2a80a37..ff43cf0 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,7 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false +sudo: required +dist: trusty addons: apt: @@ -9,8 +10,9 @@ addons: - php5-cli - php-pear - libcurl4-openssl-dev - - zlib1g-dev - libidn11-dev + - libidn2-0-dev + - libicu-dev - libevent-dev env: @@ -24,6 +26,7 @@ $env = $gen([ "enable_json", "enable_hash" => ["yes"], "enable_iconv" => ["yes"], + "with_http_libicu_dir", ]); foreach ($env as $e) { printf(" - %s\n", $e);