Disallow gcc 4.4 failures

This commit is contained in:
Victor Zverovich 2018-10-24 10:41:42 -07:00
parent 20c708bf6d
commit 895fb98456

View File

@ -116,10 +116,6 @@ matrix:
# after_success: # after_success:
# - cd ${TRAVIS_BUILD_DIR} # - cd ${TRAVIS_BUILD_DIR}
# - tree ./libs # - tree ./libs
allow_failures:
# Errors
- env: COMPILER=g++-4.4 BUILD=Debug STANDARD=11
compiler: gcc
before_script: before_script:
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then export CXX=${COMPILER}; fi