1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #2507 from authmillenon/travis/remove-outputting-nproc

travis: remove unnecessary nproc output
This commit is contained in:
Ludwig Ortmann 2015-03-03 21:38:34 +01:00
commit 48e6247f4f

View File

@ -27,7 +27,6 @@ then
then
RESULT=0
make -s -C ./examples/default info-concurrency
git rebase riot/master || git rebase --abort
RESULT=$(set_result $? $RESULT)