diff --git a/.travis.yml b/.travis.yml index 85665d9..14cd895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,26 +57,29 @@ jobs: organization: "xmidt-org" token: "$SONAR_TOKEN" - - stage: test - name: "Trusty clang build" - os: linux - dist: trusty - compiler: clang - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - libcunit1 - - libcunit1-doc - - libcunit1-dev - - libtool - - valgrind - - lcov - sonarcloud: - organization: "xmidt-org" - token: "$SONAR_TOKEN" - after_success: skip +# clang build is not working at the moment... disable it to get better coverage +# and analysis results +# +# - stage: test +# name: "Trusty clang build" +# os: linux +# dist: trusty +# compiler: clang +# addons: +# apt: +# sources: +# - ubuntu-toolchain-r-test +# packages: +# - libcunit1 +# - libcunit1-doc +# - libcunit1-dev +# - libtool +# - valgrind +# - lcov +# sonarcloud: +# organization: "xmidt-org" +# token: "$SONAR_TOKEN" +# after_success: skip # How the tag and release targets work #