diff options
| author | bors <bors@rust-lang.org> | 2018-03-07 21:59:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-03-07 21:59:15 +0000 |
| commit | 5430c0c5c0fbdfb8e89358a187d2f9a8d4b796d4 (patch) | |
| tree | 99f6ed796a60eef5a806809bd02146d3463ddf0b /src/ci | |
| parent | 4cdbac639af2074b8a07b4391b4e3e28b4118487 (diff) | |
| parent | 16cc9ce8a27eac42950d8413f46c648e35e10cb3 (diff) | |
| download | rust-5430c0c5c0fbdfb8e89358a187d2f9a8d4b796d4.tar.gz rust-5430c0c5c0fbdfb8e89358a187d2f9a8d4b796d4.zip | |
Auto merge of #48806 - alexcrichton:rollup, r=alexcrichton
Rollup of 9 pull requests - Successful merges: #48511, #48549, #48618, #48624, #48651, #48698, #48778, #48787, #48802 - Failed merges: #48669, #48710
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index 3be1c255c16..79300e08a7d 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -104,7 +104,7 @@ else travis_fold start "make-$1" travis_time_start echo "make -j $ncpus $1" - make -j $ncpus "$1" + make -j $ncpus $1 local retval=$? travis_fold end "make-$1" travis_time_finish |
