Travis: Remove gcc-4.7 targets, LLVM-5 requires 4.8.

Signed-off-by: Vassil Vassilev <vvasilev@cern.ch>
This commit is contained in:
Roman Zulak 2017-06-08 15:45:36 -04:00 committed by sftnight
parent 9ea5a480da
commit 6544ea53a0

View File

@ -51,14 +51,6 @@ matrix:
# There seems to be a hard limit to how many machines a Travis build will
# across all platforms. By interleaving OS X, the hope is to get in the
# queue faster while not blocking Linux builds from occuring.
- os: linux
env: DIST=pangolin COMPILER=g++-4.7 CCOMPILER=gcc-4.7 NIGHTLY_CRON_SYNC=1
addons:
apt:
sources: *sources
packages: g++-4.7
compiler: gcc-4.7
- os: linux
env: DIST=pangolin COMPILER=g++-4.8 CCOMPILER=gcc-4.8
addons:
@ -96,16 +88,6 @@ matrix:
packages: g++-6
compiler: gcc-6
- os: linux
env: DIST=trusty COMPILER=g++-4.7 CCOMPILER=gcc-4.7
sudo: required
dist: trusty
addons:
apt:
sources: *sources
packages: g++-4.7
compiler: gcc-4.7
- os: osx
env: COMPILER=g++-6 CCOMPILER=gcc-6
osx_image: xcode7.3
@ -164,6 +146,11 @@ matrix:
packages: ['clang-3.7', 'libstdc++-5-dev']
compiler: clang-3.7
- os: osx
env: COMPILER=clang++ CCOMPILER=clang
osx_image: xcode8.3
compiler: clang
- os: linux
env: CXXLIB=libstdc++ COMPILER=clang++-3.8 CCOMPILER=clang-3.8
addons:
@ -172,11 +159,6 @@ matrix:
packages: ['clang-3.8', 'libstdc++-6-dev']
compiler: clang-3.8
- os: osx
env: COMPILER=clang++ CCOMPILER=clang
osx_image: xcode8.3
compiler: clang
allow_failures:
# clang-3.5 crashes compiling clang-3.9 with libc++-3.9
- env: CXXLIB=libc++ COMPILER=clang++-3.5 CCOMPILER=clang-3.5