3 # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
4 # via the "travis encrypt" command using the project repo's public key
5 - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs="
14 # When building the coverity_scan branch, allow only the first job to continue to avoid travis-ci/travis-ci#1975.
15 - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" && ! "${TRAVIS_JOB_NUMBER}" =~ \.1$ ]]; then exit 0; fi
16 - sudo apt-get update -qq
17 - sudo apt-get install -qq --no-install-recommends
74 before_script: autoreconf -fi
76 - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
84 name: "collectd/collectd"
85 description: "Build submitted via Travis CI"
86 notification_email: collectd-changes@verplant.org
87 build_command_prepend: "./configure; make clean"
88 build_command: "make -j 4"
89 branch_pattern: coverity_scan