summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2018-03-12 10:39:11 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-03-15 09:41:37 +0800
commit96de59b233a2620bc9a1d20b9de85fadb9f4a646 (patch)
tree98cc4b4f9c8a141f13d28e367228c5c87a695942 /.travis.yml
parent88084bc5ef33b74e63eaa7335d6f6c012c94874f (diff)
downloadlibva-96de59b233a2620bc9a1d20b9de85fadb9f4a646.tar.gz
Use the new link URLs
We moved libva from github/01org to github/intel, however some files still have links to the old 01org URLs, this commit updates these links to the new intel URLs. In addition, this commit added a contact email address for security issue reporting This fixes https://github.com/intel/libva/issues/189 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1566de3..b8d9e6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ before_install:
addons:
coverity_scan:
project:
- name: "01org/libva"
+ name: "intel/libva"
description: "Build submitted via Travis CI"
notification_email: intel-media-security@lists.01.org
build_command_prepend: "./autogen.sh; ./configure --prefix=/usr"