summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2020-07-14 21:30:36 +0900
committerKOBAYASHI Shuji <[email protected]>2020-07-14 21:30:36 +0900
commit4bf050a192072938cea8a5c28b0bd85f5ece43aa (patch)
tree8f8cedb3c679025aceb635ca0f87c5e212e1e4b1 /appveyor.yml
parente3bb95bb6de95b7661fa28ffccd81dc08cd075a1 (diff)
downloadmruby-4bf050a192072938cea8a5c28b0bd85f5ece43aa.tar.gz
mruby-4bf050a192072938cea8a5c28b0bd85f5ece43aa.zip
Set `STDOUT.sync=true` when testing on AppVeyor [skip travis]
This issue is a correction error at 5a682bfc.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 93c40dbb1..e963ea035 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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