X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=8e9f951831dffbd82dd2dc14231d045cc66aed2d;hp=68bdd7cc8608470f670434abf5de32e20d9ff598;hb=HEAD;hpb=3d201bccaec75f72a14bd822f8b605303ba25873 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 68bdd7c..8e9f951 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,8 +1,6 @@ #!/usr/bin/env php # autogenerated file; do not edit -sudo: false language: c -dist: xenial addons: apt: @@ -15,7 +13,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.4"; $env = $gen([ - "PHP" => ["7.0", "7.1", "7.2", "7.3", "master"], + "PHP" => ["7.0", "7.1", "7.2", "7.3"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -38,18 +36,6 @@ foreach ($env as $g) { } ?> -matrix: - fast_finish: true - allow_failures: - - before_script: - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=propro