X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=71a855b5fb8f6821e3979691606e5242f66a1685;hp=311a4cd000afa5edccef34ab7e1bdcf7349e6bdb;hb=refs%2Fheads%2Fmaster;hpb=d5c7f974d81c724c6fad8b54f1c37ce0795119de diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php deleted file mode 100755 index 311a4cd..0000000 --- a/scripts/gen_travis_yml.php +++ /dev/null @@ -1,52 +0,0 @@ -#!/usr/bin/env php -# autogenerated file; do not edit -language: c - -addons: - apt: - packages: - - php5-cli - - php-pear - - libcurl4-openssl-dev - - zlib1g-dev - - libidn11-dev - - libevent-dev - -env: - ["7.0", "master"], - "enable_debug", - "enable_maintainer_zts", - "enable_json", - "enable_hash" => ["yes"], - "enable_iconv" => ["yes"], -]); -foreach ($env as $e) { - printf(" - %s\n", $e); -} - -?> - -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.1 - - make -f travis/pecl/Makefile ext PECL=http - -script: - - make -f travis/pecl/Makefile test - -after_script: - - test -e tests/helper/server.log && cat tests/helper/server.log - -sudo: false -notifications: - webhooks: - urls: - - https://webhooks.gitter.im/e/28d35158ac7e385bd14d - on_success: change - on_failure: always - on_start: never