Skip to content

Commit

Permalink
[tests] travis runs coverity scan
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr authored and podhrmic committed Aug 10, 2016
1 parent 9fe916c commit f1ffe5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Expand Up @@ -94,6 +94,22 @@ addons:
build_command: make test
branch_pattern: coverity_scan

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: "QGE7s/sTIX3F4hG8YYbpYjB2x0YsUUo9qHf+Dv5BqNcTtZ2TLO0tHPWxoI5wlRLiMEOOnINNwYk7ooM3oOXa0Fm9urja9k78cFutbbDtvGD6DjUFajwJ0KnwXnLulCgG+l67umGitSazQpyEQE4pvX/8EnB9/pgq706DlmCbkds="

addons:
coverity_scan:
project:
name: "paparazzi/paparazzi"
description: "Build submitted via Travis CI"
notification_email: paparazzi-builds@nongnu.org
build_command_prepend: "make ext"
build_command: "make"
branch_pattern: coverity_scan

notifications:
webhooks:
urls:
Expand Down

0 comments on commit f1ffe5c

Please sign in to comment.