From: Florian Forster Date: Tue, 12 Feb 2019 07:42:51 +0000 (+0100) Subject: .travis.yml: Remove $(nproc). X-Git-Tag: collectd-5.9.0~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=103724f90e908f1b512e18761353f6b3e923c834;p=thirdparty%2Fcollectd.git .travis.yml: Remove $(nproc). nproc is not available on Mac OS X. --- diff --git a/.travis.yml b/.travis.yml index 90de2dad8..593905d92 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: