flush
[m6w6/ext-psi] / scripts / gen_travis_yml.php
index 5de7ab9119c8cd14ec6d7b4ddd0afafa2467d1b2..198269aa8ac5316c003cc328f517c288898dec9a 100755 (executable)
@@ -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);
@@ -39,8 +39,8 @@ before_install:
  - touch src/parser_proc_grammar.y
  - touch src/parser_proc.c
  - touch src/parser_proc.h
- - touch src/parser.re
- - touch src/parser.c
+ - touch src/parser_scan.re
+ - touch src/parser_scan.c
  - touch src/parser.h
 
 install: