From dceea542cff314fa4b00953f707a4909a067ed88 Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Fri, 29 Nov 2019 12:30:53 +0100 Subject: .travis.yml: Add job names --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.travis.yml') 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 # instead of . -- cgit v1.2.3