X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=7c515d709d9f4246c09efcbb3fb5267e83b53373;hb=c5b2de8ed1d92dd42f910d4347d9175f27e3acbb;hp=43a30c948aede53c7583dc792c11df5a530da467;hpb=96e1190e56b85694eca38181e449fd21be43b0a4;p=m6w6%2Fext-psi diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 43a30c9..7c515d7 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -24,7 +24,7 @@ $env = $gen([ #"enable_maintainer_zts", "enable_psi" => ["yes"], "enable_psi_posix" => ["all"], - "LEMON" => ["'\\\$(PHP_PSI_BUILDDIR)/lemon'"] + "LEMON" => ["'\$(PHP_PSI_BUILDDIR)/lemon'"] ]); foreach ($env as $e) { printf(" - %s\n", $e);