X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=gen_travis_yml.php;h=e7b7cb4c8b531e43103e0af01f8a242288b0a68a;hp=317855570aaa8e8557b89b560474f5cd78e6404b;hb=fff47a3d02af70ce677cc2f880d3ab8be2233463;hpb=2379b16341e17a1b0a75bc51f09c0178477522e5 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 3178555..e7b7cb4 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", "enable_json" => ["yes"], @@ -27,9 +28,8 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php + - make -f travis/pecl/Makefile ext PECL=json_post script: - - make -f travis/pecl/Makefile ext PECL=json_post - make -f travis/pecl/Makefile test -sudo: false