X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.travis.yml;h=1bd6142d4e985d9b7d04d2f5863f848e1df427be;hp=0dc3ad00879c1491e0bdea9c01fbd9d0d54dc4ae;hb=77ca1a45bab2f6adf9301723d0db68e5813a6d98;hpb=1cbad12fa308d2475a5de8eee91bd3f109f5f3e8 diff --git a/.travis.yml b/.travis.yml index 0dc3ad00..1bd6142d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ compiler: language: c before_install: # When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975. - - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi + - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && ! "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi - sudo apt-get update -qq - sudo apt-get install -qq --no-install-recommends autotools-dev @@ -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" branch_pattern: coverity_scan