diff options
| author | jvoisin | 2020-03-19 14:53:20 +0100 |
|---|---|---|
| committer | jvoisin | 2020-03-19 14:53:20 +0100 |
| commit | aff65b2578f7e8695da0871df1f089bd6951f942 (patch) | |
| tree | 9f6fae166976ce4a18d2b4a72e1af48906cac147 | |
| parent | ced22b18a43bd33e65aca84b721b09136e5bb385 (diff) | |
Fix coverity integration
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 7eade9f..4e2ec64 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -8,14 +8,14 @@ matrix: | |||
| 8 | - env: TARGET="coverity" | 8 | - env: TARGET="coverity" |
| 9 | php: "7.2" | 9 | php: "7.2" |
| 10 | script: echo "Coverity, nothing to do." | 10 | script: echo "Coverity, nothing to do." |
| 11 | after_success: cat /home/travis/build/nbs-system/snuffleupagus/cov-int/scm_log.txt | 11 | after_success: cat /home/travis/build/jvoisin/snuffleupagus/cov-int/scm_log.txt |
| 12 | 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- | 12 | 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- |
| 13 | addons: | 13 | addons: |
| 14 | coverity_scan: | 14 | coverity_scan: |
| 15 | project: | 15 | project: |
| 16 | name: "nbs-system/snuffleupagus" | 16 | name: "jvoisin/snuffleupagus" |
| 17 | description: "Build submitted via Travis CI" | 17 | description: "Build submitted via Travis CI" |
| 18 | notification_email: "devnull@nbs-system.com" | 18 | notification_email: "julien.voisin+travisci@dustri.org" |
| 19 | build_command_prepend: "cd src; phpize; ./configure --enable-snuffleupagus; cd -" | 19 | build_command_prepend: "cd src; phpize; ./configure --enable-snuffleupagus; cd -" |
| 20 | build_command: "make debug -j2" | 20 | build_command: "make debug -j2" |
| 21 | branch_pattern: "master" | 21 | branch_pattern: "master" |
