X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=fd46ff7028a63cda8d706a229aa459f949c496b2;hb=69a623b955465f6870955bef0c81af2a899e4783;hp=0283920380250307204579ae6786a7e6c713fbf9;hpb=55c3639a82f5e3dad0bb2e913e55ba929c624e34;p=m6w6%2Fext-propro diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 0283920..fd46ff7 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -15,7 +15,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["master"], + "PHP" => ["7.0", "master"], "enable_debug", "enable_maintainer_zts", ]); @@ -31,4 +31,3 @@ before_script: script: - make -f travis/pecl/Makefile test -