diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-12-23 20:04:11 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-12-23 20:04:11 +0900 |
| commit | 212d12f269d57e870e5ca07e5d3c047361c82521 (patch) | |
| tree | a54679036bd8c6eef47a32112cdd344ef71cbb85 /.travis.yml | |
| parent | a562a9aa93aba3401671f552ea132a78c452416f (diff) | |
| download | mruby-212d12f269d57e870e5ca07e5d3c047361c82521.tar.gz mruby-212d12f269d57e870e5ca07e5d3c047361c82521.zip | |
Parallelize compilation only on Travis CI
Parallel execution of tests makes log difficult to see due to mixing.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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" |
