summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c588d0562d..6557753089 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ branches:
only:
- master
- ci
+ - coverity_scan
matrix:
exclude:
@@ -38,3 +39,17 @@ notifications:
- "irc.freenode.org#mpv-player-dev"
on_success: change
on_failure: always
+
+env:
+ global:
+ - secure: "H21mSRlMhk4BKS0xHZvCFGJxteCP0hRVUxTuNfM2Z9HBsyutuLEYMtViLO86VtM+Tqla3xXPzUdS4ozLwI72Ax/5ZUDXACROj73yW6QhFB5D6rLut12+FjqC7M33Qv2hl0xwgNBmR5dsm1ToP37+Wn+ecJQNvN8fkTXF+HVzOEw="
+
+addons:
+ coverity_scan:
+ project:
+ name: "mpv-player/mpv"
+ description: "Build submitted via Travis CI"
+ notification_email: mpv-team@googlegroups.com
+ build_command_prepend: "./bootstrap.py && ./waf configure"
+ build_command: "./waf build"
+ branch_pattern: coverity_scan