Skip to content

Commit 100fddb

Browse files
committed
Disable Coverity in Travis-CI.
1 parent b9870f1 commit 100fddb

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ env:
6464
# via the "travis encrypt" command using the project repo's public key
6565
- secure: "JWobvJ94pWt/xVciQURkNFS3I+gyu2IyZPKYEs6HDlHrpHs4BoVDZeRjmgx0s6aDeQjKJHowGDu17IlbnCkKzXrZErEJkA+Oc/d0SwgXKiUU9WYiaGBJjJUoYZw66QIEuGGKkF4uQ7EIcW/vN7wzrCDyAiPeOPUjVP4Tc2XRzmkSfakfmf9cE5nqT84DPUYiRegM7iepMrZi9kEaAoboBuETT+6eUKdERRadM0QNjZmCYMEMjtFj3lE51Ey2stGqZdKJvJN0FUmxGoaXCFFAsNmZPnFeDkqTf0a+MzxG2m4nnIXyNC/nT5XLItKHog4KROHb4tUpCZJ4iJhcw3loWMCtkZqB2fq2PaOkKk2zxPr3HLCn7ltmOzReBEDjEg68UqWydRW5534JGosbcA9IfshS1VqnZLgGwQHieXNeqhJUumt1DpON7AQEiEzbzAk0y2VcPlDPuCt9QS1k+zPMZLzbwgvs1ZOH39oFESW+iEDdzZjbhyC3J6azTHFcnA7r5SsYe1pzcSUaYtS1ehhb0lU/442JSHw2j00Nv9qFycYNvDrRNQNBxLziVustT0WJoVdFlkKy16iu1tUYOVXKgmMfqUDINfU6zRz3DskVuB9MZzq/4cMdK4jMRIDNZWvye1BzM7o/PiJoNaQc/6iav2RD+5YV46bBr60TqnYyjlM="
6666

67-
addons:
68-
coverity_scan:
69-
project:
70-
name: "plusvic/yara"
71-
description: "Build submitted via Travis CI"
72-
notification_email: plusvic@gmail.com
73-
build_command_prepend: "./configure; make clean"
74-
build_command: "make -j 4"
75-
branch_pattern: master
67+
# Disable Coverity due to a problem with their certificate that makes it fail
68+
# in Travis-CI.
69+
#
70+
#addons:
71+
# coverity_scan:
72+
# project:
73+
# name: "plusvic/yara"
74+
# description: "Build submitted via Travis CI"
75+
# notification_email: plusvic@gmail.com
76+
# build_command_prepend: "./configure; make clean"
77+
# build_command: "make -j 4"
78+
# branch_pattern: master

0 commit comments

Comments
 (0)