X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=71a855b5fb8f6821e3979691606e5242f66a1685;hp=f83d0b4c3f9e62e36135e46fecd54dcaef761562;hb=refs%2Fheads%2Fmaster;hpb=b51f6b6c64d28742ef630f430c53954e286b72b1 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php deleted file mode 100755 index f83d0b4..0000000 --- a/scripts/gen_travis_yml.php +++ /dev/null @@ -1,54 +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"], - "enable_phar" => ["yes"], - "enable_posix" => ["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