[Skiboot] [PATCH] travis: add back Coverity Scan

Stewart Smith stewart at linux.ibm.com
Thu Jun 13 17:39:54 AEST 2019


We need this in the master branch so that the coverity_scan branch gets
picked up.

Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d625d97962fc..cfc8c088f1ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,3 +41,12 @@ dist: trusty
 script:
     - docker build --pull -t ${RUN_ON_CONTAINER} -f opal-ci/Dockerfile-${RUN_ON_CONTAINER} . &&
       docker run --volume $HOME/.ccache:/root/.ccache --volume `pwd`:/build --rm -t $RUN_ON_CONTAINER bash -c "./opal-ci/build-${RUN_ON_CONTAINER}.sh";
+
+addons:
+  coverity_scan:
+    project:
+      name: "open-power/skiboot"
+      description: "Build submitted via Travis CI"
+    notification_email: stewart at linux.vnet.ibm.com
+    branch_pattern: coverity_scan
+
-- 
2.21.0



More information about the Skiboot mailing list