diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-03-20 18:42:54 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-20 18:42:54 +0900 |
| commit | cd3bf55b3e4b317a88c183eaf09e4b795c2e6e6f (patch) | |
| tree | 8858f160de4aed2ba45fb9a5e459bf5953eccb64 | |
| parent | f8b17d1ec4bc5c47b1c5a492d9e26752543620fd (diff) | |
| parent | bc321ece4c1ee754034449342ac3bf10ecd307b6 (diff) | |
| download | mruby-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.yml | 2 |
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 |
