Merge pull request #4332 from shuujii/use-Rake-instead-of-MiniRake-on-AppVeyor

Use Rake instead of MiniRake on AppVeyor
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-03-20 18:42:54 +09:00
committed by GitHub
+1 -1
View File
@@ -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