X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=8e9f951831dffbd82dd2dc14231d045cc66aed2d;hb=1bf4a3379b530ca6c10940e9e16eca5b382342f2;hp=0e4bba72905e06f9f9165e95bf42e1d3bca0fafe;hpb=3cac1117aff69526530980b5fa0316e338234442;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 0e4bba7..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: @@ -13,9 +11,9 @@ addons: env: ["7.0", "7.1", "7.2", "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