Skip to content

Commit

Permalink
[coverity] Travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Aug 8, 2016
1 parent 41354aa commit ca2292b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .travis.yml
Expand Up @@ -30,38 +30,6 @@ 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; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
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; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
build_command: make test_coverity
branch_pattern: coverity_scan

notifications:
webhooks:
urls:
Expand Down

0 comments on commit ca2292b

Please sign in to comment.