From 11a2a451939cf09fd30b46bc9b3d4a5bce8283f3 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 5 Feb 2019 11:02:07 +0100 Subject: [PATCH] Add names to builds --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01884e66..d5685c9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ dist: xenial matrix: include: - - os: linux + - name: "Linux + GCC + Linting + Metadata" + os: linux compiler: gcc env: - MAKETARGET="test-all tidy-all check-format check-metadata check-license-files" @@ -15,7 +16,8 @@ matrix: - python3 - python3-setuptools - python3-pip - - os: linux + - name: "Linux + Clang" + os: linux compiler: clang env: - MAKETARGET=test-all @@ -26,12 +28,14 @@ matrix: - python3 - python3-setuptools - python3-pip - - os: osx + - name: "MacOS + Clang" + os: osx osx_image: xcode10.1 compiler: clang env: - MAKETARGET=test-all - - os: osx + - name: "MacOS + GCC8" + os: osx osx_image: xcode10.1 compiler: gcc addons: