summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use the new link URLsHaihao Xiang2018-03-151-2/+2
| | | | | | | | | | | 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/intel-vaapi-driver/issues/364 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* Update .travis.ymlHaihao Xiang2018-03-131-0/+6
| | | | | | | | Like what we did in commit 14a2088 for libva, the corresponding fix is also required for this driver to avoid locking dpkg file by an unattended `apt-get` call Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* travis: Added new security list for scansSean V Kelley2017-01-301-1/+1
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Add support for coverity scan to travisSean V Kelley2017-01-291-6/+26
| | | | Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Add hook to slackSean V Kelley2017-01-221-0/+4
| | | | | | Add notifications for travis to slack Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Removed libva-dev from depsSean V Kelley2017-01-221-1/+0
| | | | | | Building it locally, also had a typo. Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* travis: Added preliminary travis yml fileSean V Kelley2017-01-221-0/+63
This is a simple travis file. Signed-off-by: Sean V Kelley <seanvk@posteo.de>