From 53c98bd8e1e914ce265973eac73b7da38b1e348d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 16 Nov 2018 10:00:54 +0100 Subject: [PATCH] added TODO and updated notification email for coverity --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b3a89da6a..ef0a945a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,12 @@ addons: # The other ones from OpenMW ppa libbullet-dev, libopenscenegraph-3.4-dev, libmygui-dev ] - coverity_scan: + coverity_scan: # TODO: currently takes too long, disabled openmw/openmw-cs for now. project: name: "OpenMW/openmw" description: "" branch_pattern: coverity_scan - notification_email: 720642+scrawl@users.noreply.github.com + notification_email: 1122069+psi29a@users.noreply.github.com build_command_prepend: "cov-configure --comptype gcc --compiler gcc-5 --template; cmake . -DBUILD_OPENMW=FALSE -DBUILD_OPENCS=FALSE" build_command: "make VERBOSE=1 -j3" matrix: