Skip to content

Commit

Permalink
travis: Only run coverity for Linux/Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Oct 26, 2016
1 parent 1e5afc4 commit ff0aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

before_script:
- mkdir -p coverity-build && cd coverity-build && cmake .. && cd ..
- if [[ -n $COVERITY_SCAN_PROJECT_NAME ]] ; then curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' | bash || true ; fi
- if [[ "x${TRAVIS_OS_NAME}${ARCH}" = "xlinux" && "x${CC}" = "xclang" ]] ; then curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' | bash || true ; fi


script: make -f travis/Makefile run-tests
Expand Down

0 comments on commit ff0aed9

Please sign in to comment.