Skip to content

Commit

Permalink
Fix coverity integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Mar 19, 2020
1 parent ced22b1 commit aff65b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ matrix:
- env: TARGET="coverity"
php: "7.2"
script: echo "Coverity, nothing to do."
after_success: cat /home/travis/build/nbs-system/snuffleupagus/cov-int/scm_log.txt
after_success: cat /home/travis/build/jvoisin/snuffleupagus/cov-int/scm_log.txt
before_install: echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
addons:
coverity_scan:
project:
name: "nbs-system/snuffleupagus"
name: "jvoisin/snuffleupagus"
description: "Build submitted via Travis CI"
notification_email: "devnull@nbs-system.com"
notification_email: "julien.voisin+travisci@dustri.org"
build_command_prepend: "cd src; phpize; ./configure --enable-snuffleupagus; cd -"
build_command: "make debug -j2"
branch_pattern: "master"
Expand Down

0 comments on commit aff65b2

Please sign in to comment.