Set STDOUT.sync=true when testing on AppVeyor [skip travis]

This issue is a correction error at 5a682bfc.
This commit is contained in:
KOBAYASHI Shuji
2020-07-14 21:30:36 +09:00
parent e3bb95bb6d
commit 4bf050a192
+2 -2
View File
@@ -40,5 +40,5 @@ init:
build_script:
- set MRUBY_CONFIG=appveyor_config.rb
- rake -E "$stdout.sync=true" -m -j4
- rake test
- rake -m -j4
- rake -E STDOUT.sync=true test