From b35ca2099aef5f5a49b104ee57aecc566feb99a1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 23 Jan 2017 10:49:53 -0800 Subject: [linux] Remove unnecessary rows from Travis CI matrix Building a debug build with both GCC and clang is sufficient. --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 17aa83e5db..6e3bc85c9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,18 +142,6 @@ matrix: - ccache --show-stats - ./platform/linux/scripts/coveralls.sh - # EGL - GCC 5 - Release - - os: linux - sudo: required - dist: trusty - language: cpp - compiler: "egl-gcc5-release" - env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 WITH_EGL=1 - addons: *gcc5 - before_script: - - mapbox_start_xvfb - - mapbox_export_mesa_library_path - # EGL - Clang 3.8 - Debug - os: linux sudo: required @@ -166,18 +154,6 @@ matrix: - mapbox_start_xvfb - mapbox_export_mesa_library_path - # EGL - Clang 3.8 - Release - - os: linux - sudo: required - dist: trusty - language: cpp - compiler: "egl-clang38-release" - env: BUILDTYPE=Release _CXX=clang++-3.8 _CC=clang-3.8 WITH_EGL=1 - addons: *clang38 - before_script: - - mapbox_start_xvfb - - mapbox_export_mesa_library_path - # Qt 4 - GCC 5 - Release - os: linux sudo: required -- cgit v1.2.1