From 8c433c0367598c943e62a5345e3dd73233a23b97 Mon Sep 17 00:00:00 2001 From: Pratyush Das Date: Sun, 1 Dec 2019 17:48:12 +0530 Subject: [PATCH] Remove GCC4.8 test instance from travis. We do not need to officially support GCC4.8 or GCC4.9 anymore. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index db7c72fe..36a38438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,11 +44,6 @@ matrix: # There seems to be a hard limit to how many machines a Travis build will # run 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 - dist: trusty - env: COMPILER=g++-4.8 CCOMPILER=gcc-4.8 NIGHTLY_CRON_SYNC=1 - compiler: gcc-4.8 - - os: osx env: COMPILER=clang++ CCOMPILER=clang osx_image: xcode11 @@ -58,7 +53,7 @@ matrix: compiler: clang - os: linux - env: COMPILER=g++-5 CCOMPILER=gcc-5 + env: COMPILER=g++-5 CCOMPILER=gcc-5 NIGHTLY_CRON_SYNC=1 addons: apt: sources: ubuntu-toolchain-r-test