diff options
| author | take-cheeze <[email protected]> | 2018-06-20 20:53:01 +0900 |
|---|---|---|
| committer | take-cheeze <[email protected]> | 2018-06-20 21:44:23 +0900 |
| commit | 7bb2fc70f297a3b5e10c516bf211fb2a04a65a40 (patch) | |
| tree | c8f5a96adb8f4e6b327300698cf558510f50ccbe /.travis.yml | |
| parent | 33f72bb038febf90c3f6b6fa1420ce29f2fbeaf1 (diff) | |
| download | mruby-7bb2fc70f297a3b5e10c516bf211fb2a04a65a40.tar.gz mruby-7bb2fc70f297a3b5e10c516bf211fb2a04a65a40.zip | |
Set jobs to 4 since it have 2 CPUs.
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 73d328440..d8c22c046 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ addons: env: MRUBY_CONFIG=travis_config.rb env: MRUBY_CONFIG=travis_config.rb -script: "./minirake all test" +script: "./minirake -j4 all test" |
