mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Removed pre-C++11 versions of Clang (3.4) and GCC (4.4)
This commit is contained in:
parent
71df66365e
commit
f57f96f190
27
.travis.yml
27
.travis.yml
@ -5,19 +5,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
|
|
||||||
# 1/ Linux Clang Builds
|
# 1/ Linux Clang Builds
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
addons: &clang34
|
|
||||||
apt:
|
|
||||||
sources: ['llvm-toolchain-precise', 'ubuntu-toolchain-r-test']
|
|
||||||
packages: ['clang']
|
|
||||||
env: COMPILER='clang++' BUILD_TYPE='Release'
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
addons: *clang34
|
|
||||||
env: COMPILER='clang++' BUILD_TYPE='Debug'
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons: &clang35
|
addons: &clang35
|
||||||
@ -75,20 +62,6 @@ matrix:
|
|||||||
|
|
||||||
|
|
||||||
# 2/ Linux GCC Builds
|
# 2/ Linux GCC Builds
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
addons: &gcc44
|
|
||||||
apt:
|
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
|
||||||
packages: ['g++-4.4']
|
|
||||||
env: COMPILER='g++-4.4' BUILD_TYPE='Release'
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: gcc
|
|
||||||
addons: *gcc44
|
|
||||||
env: COMPILER='g++-4.4' BUILD_TYPE='Debug'
|
|
||||||
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons: &gcc47
|
addons: &gcc47
|
||||||
|
Loading…
Reference in New Issue
Block a user