X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=43a30c948aede53c7583dc792c11df5a530da467;hp=91546a77d7a4ef3dfa12f53974643d44c70b9904;hb=96e1190e56b85694eca38181e449fd21be43b0a4;hpb=e976ce142e35c97919717acf52618900477a4ade diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 91546a7..43a30c9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,7 +1,8 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false +sudo: required +dist: trusty addons: apt: @@ -22,7 +23,8 @@ $env = $gen([ "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], - "enable_psi_posix" => ["all"] + "enable_psi_posix" => ["all"], + "LEMON" => ["'\\\$(PHP_PSI_BUILDDIR)/lemon'"] ]); foreach ($env as $e) { printf(" - %s\n", $e);