mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Disallow gcc 4.4 failures
This commit is contained in:
parent
20c708bf6d
commit
895fb98456
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user