From: Florian Forster Date: Tue, 12 Feb 2019 07:42:51 +0000 (+0100) Subject: .travis.yml: Remove $(nproc). X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=103724f90e908f1b512e18761353f6b3e923c834 .travis.yml: Remove $(nproc). nproc is not available on Mac OS X. --- diff --git a/.travis.yml b/.travis.yml index 90de2dad..593905d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ before_script: autoreconf -fi script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi - ./configure - - make -j $(nproc) + - make - make check addons: