Parallelize compilation only on Travis CI

Parallel execution of tests makes log difficult to see due to mixing.
This commit is contained in:
KOBAYASHI Shuji
2019-12-23 20:04:11 +09:00
parent a562a9aa93
commit 212d12f269
+1 -1
View File
@@ -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"