aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-06-13 17:39:54 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-19 09:54:46 +1000
commit9c89e53d235cf1513f7693ee6e4900fc06402f73 (patch)
tree38930d7a101c673f6741928a41609a3ad9c5b2f9 /.travis.yml
parentdbf27b6c4af84addb36bd3be34f96580aba9c873 (diff)
downloadskiboot-9c89e53d235cf1513f7693ee6e4900fc06402f73.zip
skiboot-9c89e53d235cf1513f7693ee6e4900fc06402f73.tar.gz
skiboot-9c89e53d235cf1513f7693ee6e4900fc06402f73.tar.bz2
travis: add back Coverity Scan
We need this in the master branch so that the coverity_scan branch gets picked up. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d625d97..cfc8c08 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@linux.vnet.ibm.com
+ branch_pattern: coverity_scan
+