X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=blobdiff_plain;f=gen_travis_yml.php;h=0b80403d65059652c4d3294f7547ff0696d42d90;hp=dd0d914c3212bd8066fa23febce6e2ef0e4adaf8;hb=c238dbcc19c5c445d0b1f2a66b2212bb95df7673;hpb=29da4f48de38eecdfd96f5523d0af424344898cd diff --git a/gen_travis_yml.php b/gen_travis_yml.php index dd0d914..0b80403 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -2,27 +2,23 @@ # autogenerated file; do not edit language: c sudo: false -dist: trusty +dist: xenial addons: apt: packages: - - php5-cli + - php-cli - php-pear - valgrind -compiler: - - gcc - - clang - env: matrix: ["5.6", "7.0", "7.1", "master"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes"