mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 19:24:48 +02:00
Disallow gcc 4.4 failures
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user