summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-12-23 20:04:11 +0900
committerKOBAYASHI Shuji <[email protected]>2019-12-23 20:04:11 +0900
commit212d12f269d57e870e5ca07e5d3c047361c82521 (patch)
treea54679036bd8c6eef47a32112cdd344ef71cbb85
parenta562a9aa93aba3401671f552ea132a78c452416f (diff)
downloadmruby-212d12f269d57e870e5ca07e5d3c047361c82521.tar.gz
mruby-212d12f269d57e870e5ca07e5d3c047361c82521.zip
Parallelize compilation only on Travis CI
Parallel execution of tests makes log difficult to see due to mixing.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b57ee9727..fde7f7525 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"