X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=0000000000000000000000000000000000000000;hp=c68b39641a42be92aab5ea931191db83dab44b83;hb=87f58d935e63118635381fc9100fd4dacb890f0a;hpb=4043e684623034ddebe9673d4f44b3fd3afabb89 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php deleted file mode 100755 index c68b396..0000000 --- a/scripts/gen_travis_yml.php +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env php -# autogenerated file; do not edit -language: c - -addons: - apt: - packages: - - php-cli - - php-pear - -env: - ["7.0", "7.1", "7.2", "7.3", "7.4", "master"], - "enable_debug" => "yes", - "enable_maintainer_zts" => "yes", -], [ - "PHP" => $cur, - "enable_debug", - "enable_maintainer_zts" -]); -foreach ($env as $grp) { - foreach ($grp as $e) { - printf(" - %s\n", $e); - } -} - -?> - -matrix: - fast_finish: true - allow_failures: - - -before_script: - - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile ext PECL=raphf - -script: - - make -f travis/pecl/Makefile test