From: wm4 Date: Sat, 22 Nov 2014 01:46:06 +0000 (+0100) Subject: Travis-CI: minor changes X-Git-Tag: 0.12.1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=665bfe737bc409c7676a03b133aa1c5514788971;p=libass 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. --- 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