X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=198269aa8ac5316c003cc328f517c288898dec9a;hp=8b4185bc197b263d16e3d1e3af124d8d05563b00;hb=7c68e4c081c8bb0ceeb267d166cf60533b744f3d;hpb=2069cc3c64550fc1a263499457c2226b32b46ba7 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 8b4185b..198269a 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -26,7 +26,7 @@ $env = $gen([ "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], - "enable_psi_posix" => ["all"], + "enable_psi_threaded_parser", ]); foreach ($env as $e) { printf(" - %s\n", $e);