summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-22 02:55:59 +0100
committerwm4 <wm4@nowhere>2014-11-22 03:16:14 +0100
commit2dd1e11d1b3e28915f3862fb5cd2e967fee32846 (patch)
treec0ccb92ff5793a426fa812c124b21351024717fc /.travis.yml
parent665bfe737bc409c7676a03b133aa1c5514788971 (diff)
downloadlibass-2dd1e11d1b3e28915f3862fb5cd2e967fee32846.tar.bz2
libass-2dd1e11d1b3e28915f3862fb5cd2e967fee32846.tar.xz
Travis-CI: make Coverity scan work
Also add the obnoxious Coverity badge to the README (thanks to torque for the reminder).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ee46c7d..b978348 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: c
env:
global:
- # Coverity tokeb
+ # Coverity token
- secure: "QFUmMNyjyhXhe+zBfGNgnrrgR9NTks90AU6BQXYCxBZm+aaRjjxkN+ITjTJeHxZJEVpqDf/gtidh6KriSWMWM2TcH+ZSsAkVym9XUdk+0Nglh/5mulp++LsbmsERhed5F4YvGS0UAcXPAAv/dESmiJY/EaDPVgXxbTFMa85c6H8="
os:
@@ -14,8 +14,8 @@ branches:
- ci
- coverity_scan
+before_install: sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
script:
- - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
- make -j4
notifications:
@@ -31,6 +31,6 @@ addons:
project:
name: "libass/libass"
description: "Build submitted via Travis CI"
- build_command_prepend: "./configure; make clean"
+ build_command_prepend: "./configure"
build_command: "make -j4"
branch_pattern: coverity_scan