summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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