summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-22 02:46:06 +0100
committerwm4 <wm4@nowhere>2014-11-22 02:46:06 +0100
commit665bfe737bc409c7676a03b133aa1c5514788971 (patch)
treee5804bd6567a9dc261e166c9dff88bd0e13c1007 /.travis.yml
parentd8d05189d558cb444af4a7b7eb109658dda9d509 (diff)
downloadlibass-665bfe737bc409c7676a03b133aa1c5514788971.tar.bz2
libass-665bfe737bc409c7676a03b133aa1c5514788971.tar.xz
Travis-CI: minor changes
Strictly use the default compiler, but this probably has exactly the same effect as using the "gcc" entry. Do a parallel build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c4a109..ee46c7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,6 @@ env:
os:
- linux
-compiler:
- - gcc
branches:
only:
@@ -18,7 +16,7 @@ branches:
script:
- sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
- - make
+ - make -j4
notifications:
email: false
@@ -34,5 +32,5 @@ addons:
name: "libass/libass"
description: "Build submitted via Travis CI"
build_command_prepend: "./configure; make clean"
- build_command: "make -j 4"
+ build_command: "make -j4"
branch_pattern: coverity_scan