about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-03-07 21:59:15 +0000
committerbors <bors@rust-lang.org>2018-03-07 21:59:15 +0000
commit5430c0c5c0fbdfb8e89358a187d2f9a8d4b796d4 (patch)
tree99f6ed796a60eef5a806809bd02146d3463ddf0b /src/ci
parent4cdbac639af2074b8a07b4391b4e3e28b4118487 (diff)
parent16cc9ce8a27eac42950d8413f46c648e35e10cb3 (diff)
downloadrust-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-xsrc/ci/run.sh2
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