Commit 212d12f2 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Parallelize compilation only on Travis CI

Parallel execution of tests makes log difficult to see due to mixing.
parent a562a9aa
......@@ -11,4 +11,4 @@ matrix:
env:
- MRUBY_CONFIG=travis_config.rb
script: "rake -m -E '$stdout.sync=true' all test"
script: "rake -m && rake test"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment