From 895fb98456d53c22ab4c63d7efe58df0a6242239 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 24 Oct 2018 10:41:42 -0700 Subject: [PATCH] Disallow gcc 4.4 failures --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbc024d7..fb71dd8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,10 +116,6 @@ matrix: # after_success: # - cd ${TRAVIS_BUILD_DIR} # - tree ./libs - allow_failures: - # Errors - - env: COMPILER=g++-4.4 BUILD=Debug STANDARD=11 - compiler: gcc before_script: - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi