diff options
author | Sean V Kelley <seanvk@posteo.de> | 2017-01-29 14:17:32 -0800 |
---|---|---|
committer | Sean V Kelley <seanvk@posteo.de> | 2017-01-29 14:17:32 -0800 |
commit | 4e4b02f55433cd25dcd520f6e13b648fb80c77f5 (patch) | |
tree | 354406efdd5f74fa5a5cab5facbc87d2e0d56ef7 /.travis.yml | |
parent | a0e06ca32671f4190112e86443b1db4b9b2ead14 (diff) | |
download | libva-4e4b02f55433cd25dcd520f6e13b648fb80c77f5.tar.gz |
travis: coverity scan notification email must be set
Will have to find another suitable destination later.
Mailing list maybe?
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 325cdbd..7c680ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ addons: project: name: "01org/libva" description: "Build submitted via Travis CI" + notification_email: sean.v.kelley@intel.com build_command_prepend: "./autogen.sh; ./configure --prefix=/usr" build_command: "make -j4" branch_pattern: coverity_scan |