X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.travis.yml;h=4ba4e2a6d4bc4cb50dc5f5cfb7abe7c16a429fa4;hp=6e4ad86b585233e69f7592816c3b87752fadf8a7;hb=ebb558dd443046558eaf0bb3ec51566ad305190f;hpb=479a3a1b6fc083722bb718187cb211e600e9249c diff --git a/.travis.yml b/.travis.yml index 6e4ad86b..4ba4e2a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,15 +4,19 @@ language: c env: global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs=" + - MAKEFLAGS="-j 2" + # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created + # via the "travis encrypt" command using the project repo's public key + - secure: "ZdWWp0XX3C4sLIp4lqeQTWC7vt+GsWjmyRiD17T9833NBAW4dddz310I6iyeXe6oX09ZFFiVIN4ogx9ANcNBx9jriGXI2/82nBhpxOJBebet8JCNS5VeTr4rDSfQOKP+Oc+ko5KbbghTuAtO2CFYiH3jZUcn4TdsYbVanf+TwUs=" matrix: include: - os: osx osx_image: xcode10.1 compiler: clang + env: + - CXX=clang++ + - PATH="/usr/local/opt/mysql-client/bin:$PATH" - os: linux dist: xenial compiler: clang @@ -129,3 +133,8 @@ addons: - tokyo-cabinet - varnish - yajl + +git: + quiet: true + submodules: false + depth: 1