X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-apfd;a=blobdiff_plain;f=gen_travis_yml.php;fp=gen_travis_yml.php;h=8537d55f9c6694123be21854a88b48ac737ce1f4;hp=277c5a924321e8c3a6a4bcdfaf6506f526b92f4f;hb=4dacc3617c40de5f52475283fd735b751e24de10;hpb=83af58ffe906fba6b705da176e9602610a29397e diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 277c5a9..8537d55 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -1,5 +1,6 @@ #!/usr/bin/env php # autogenerated file; do not edit +sudo: false language: c addons: @@ -14,7 +15,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["5.4", "5.5", "5.6"], + "PHP" => ["5.4", "5.5", "5.6", "master"], "enable_debug", "enable_maintainer_zts", ]); @@ -26,9 +27,8 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php + - make -f travis/pecl/Makefile ext PECL=apfd script: - - make -f travis/pecl/Makefile ext PECL=apfd - make -f travis/pecl/Makefile test -sudo: false