Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit b35ca20

Browse files
committed
[linux] Remove unnecessary rows from Travis CI matrix
Building a debug build with both GCC and clang is sufficient.
1 parent d1a1a03 commit b35ca20

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.travis.yml

-24
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,6 @@ matrix:
142142
- ccache --show-stats
143143
- ./platform/linux/scripts/coveralls.sh
144144

145-
# EGL - GCC 5 - Release
146-
- os: linux
147-
sudo: required
148-
dist: trusty
149-
language: cpp
150-
compiler: "egl-gcc5-release"
151-
env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 WITH_EGL=1
152-
addons: *gcc5
153-
before_script:
154-
- mapbox_start_xvfb
155-
- mapbox_export_mesa_library_path
156-
157145
# EGL - Clang 3.8 - Debug
158146
- os: linux
159147
sudo: required
@@ -166,18 +154,6 @@ matrix:
166154
- mapbox_start_xvfb
167155
- mapbox_export_mesa_library_path
168156

169-
# EGL - Clang 3.8 - Release
170-
- os: linux
171-
sudo: required
172-
dist: trusty
173-
language: cpp
174-
compiler: "egl-clang38-release"
175-
env: BUILDTYPE=Release _CXX=clang++-3.8 _CC=clang-3.8 WITH_EGL=1
176-
addons: *clang38
177-
before_script:
178-
- mapbox_start_xvfb
179-
- mapbox_export_mesa_library_path
180-
181157
# Qt 4 - GCC 5 - Release
182158
- os: linux
183159
sudo: required

0 commit comments

Comments
 (0)