X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.travis.yml;h=97115d144a2ffe81df099914fe8794a67befadda;hb=adc145315053e6d86bcdaf3738a7ee763c233e02;hp=339d2dc57cf778b0a2c5cb0ef0358720ecb69ccf;hpb=084761bb8a360ac0f9e21ad43c82312676cc4a37;p=collectd.git diff --git a/.travis.yml b/.travis.yml index 339d2dc5..97115d14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ before_script: autoreconf -fi script: - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi - ./configure - - make -j 4 + - make -j $(nproc) - make check addons: @@ -83,7 +83,7 @@ addons: project: name: "collectd/collectd" description: "Build submitted via Travis CI" - notification_email: octo@collectd.org + notification_email: collectd-changes@verplant.org build_command_prepend: "./configure; make clean" - build_command: "make -j 4" + build_command: "make -j $(nproc)" branch_pattern: coverity_scan