summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-03-20 18:42:54 +0900
committerGitHub <[email protected]>2019-03-20 18:42:54 +0900
commitcd3bf55b3e4b317a88c183eaf09e4b795c2e6e6f (patch)
tree8858f160de4aed2ba45fb9a5e459bf5953eccb64
parentf8b17d1ec4bc5c47b1c5a492d9e26752543620fd (diff)
parentbc321ece4c1ee754034449342ac3bf10ecd307b6 (diff)
downloadmruby-cd3bf55b3e4b317a88c183eaf09e4b795c2e6e6f.tar.gz
mruby-cd3bf55b3e4b317a88c183eaf09e4b795c2e6e6f.zip
Merge pull request #4332 from shuujii/use-Rake-instead-of-MiniRake-on-AppVeyor
Use Rake instead of MiniRake on AppVeyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 74cc6febb..a91834cef 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,4 +39,4 @@ install:
build_script:
- set YACC=.\win_flex_bison\win_bison.exe
- set MRUBY_CONFIG=appveyor_config.rb
- - ruby .\minirake test
+ - rake -E $stdout.sync=true test