summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-01-23 10:49:53 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-01-23 14:21:55 -0600
commitb35ca2099aef5f5a49b104ee57aecc566feb99a1 (patch)
treed10785a09348a3c2f9767755b469492dfb2079d5 /.travis.yml
parentd1a1a03435a3ea86b9947e3769f85953ea3a7962 (diff)
downloadqtlocation-mapboxgl-b35ca2099aef5f5a49b104ee57aecc566feb99a1.tar.gz
[linux] Remove unnecessary rows from Travis CI matrix
Building a debug build with both GCC and clang is sufficient.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
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