From c1835ec2032d7090612d3aec58c5a0849f0b5ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 25 Apr 2017 21:27:29 +0200 Subject: [PATCH] Removed gcc 4.7 from travis It wasn't able to deal with C++11 properly --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 277431a5..5036d053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,20 +62,6 @@ matrix: # 2/ Linux GCC Builds - - os: linux - compiler: gcc - addons: &gcc47 - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-4.7'] - env: COMPILER='g++-4.7' BUILD_TYPE='Release' - - - os: linux - compiler: gcc - addons: *gcc47 - env: COMPILER='g++-4.7' BUILD_TYPE='Debug' - - - os: linux compiler: gcc addons: &gcc48