X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=.travis.yml;h=cde6adacd2feb76987d16ac625bacdb8fbea1c91;hb=c3eff0ff1c8f92aef0707f204bb6258dbeceab96;hp=e2821f70d6c9e62c36e5733fe067bc8c64b74471;hpb=da2c9accd294d04434cac7180e08c12a0d30cffc;p=collectd.git diff --git a/.travis.yml b/.travis.yml index e2821f70..cde6adac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,77 +1,134 @@ +# Travis CI configuration file +# https://travis-ci.org/collectd/collectd +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=" -sudo: required -dist: trusty -compiler: - - gcc - - clang -language: c +matrix: + include: + - os: osx + osx_image: xcode10.1 + compiler: clang + - os: linux + dist: xenial + compiler: clang + - os: linux + dist: xenial + compiler: gcc + before_install: - - openssl s_client -connect scan.coverity.com:443