X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gen_travis_yml.php;h=277fe32aa40cb8d175e1dab3fd7bd1fb66510a9f;hb=d44bfd1991c0d4afe47dde7de54e8e06f0c42be2;hp=01e73a1627a91d03211be335ef3a05e5d2e6501a;hpb=ef3cda2ecafea93670ac987ac0d167d67cb4c439;p=m6w6%2Fext-apfd diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 01e73a1..277fe32 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -2,19 +2,15 @@ # 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", "7.2", "master"], + "PHP" => ["5.6", "7.0", "7.1", "7.2", "7.4", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", ], [