1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00

travis: remove unnecessary nproc output

This commit is contained in:
Martine Lenders 2015-02-28 20:53:48 +01:00
parent c284a76c67
commit fe79ec8eaf

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)