summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 12:30:53 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 12:30:53 +0100
commitdceea542cff314fa4b00953f707a4909a067ed88 (patch)
tree454146a23b42fe5fc1a4d5786ab3cc3266bdfe02 /.travis.yml
parent66c5ab408d466e676c2bd557e41568da98ec252b (diff)
.travis.yml: Add job names
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0804cb0917..a78e831410 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,14 +9,16 @@ env: COMMON_FLAGS="-j4 test=1 mad=1 faad=1 opus=1 modplug=1 wv=1 hss1394=0 virtu
matrix:
include:
- - os: linux
+ - name: qsscheck
+ os: linux
dist: xenial
before_install:
- pip3 install tinycss
script:
- ./scripts/qsscheck.py .
- - os: linux
+ - name: Ubuntu/gcc build
+ os: linux
dist: xenial
compiler: gcc
# Ubuntu Xenial build prerequisites
@@ -29,8 +31,8 @@ matrix:
# https://bugs.launchpad.net/mixxx/+bug/1699689
- ./mixxx-test
-
- - os: osx
+ - name: OSX/clang build
+ os: osx
compiler: clang
# Workaround for bug in libopus's opus.h including <opus_multistream.h>
# instead of <opus/opus_multistream.h>.