diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-07 11:47:59 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-07 11:47:59 -0800 |
| commit | 7c050445a9067fac39d8cf3544f8df8e6704cca8 (patch) | |
| tree | f3b21d0c6f5d1b1e5335ee8f80eb91e2187cdf36 /src/ci | |
| parent | a752453098d90bfec397a8cafca55bc56b5a7ef8 (diff) | |
| parent | 7f465abd4f5c3269b1c7b2e99eeb1ff56fe846d5 (diff) | |
| download | rust-7c050445a9067fac39d8cf3544f8df8e6704cca8.tar.gz rust-7c050445a9067fac39d8cf3544f8df8e6704cca8.zip | |
Merge branch 'shard-msvc-more' of https://github.com/alexcrichton/rust into rollup
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 |
