X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=7c515d709d9f4246c09efcbb3fb5267e83b53373;hp=43a30c948aede53c7583dc792c11df5a530da467;hb=9a01d0b6658e90781eb27117e44727dca70b1aa5;hpb=5ba86e0c3e64a38bd58c6ea2495b3f46cb7654f7 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);