Commit 895fb984 authored by Victor Zverovich's avatar Victor Zverovich

Disallow gcc 4.4 failures

parent 20c708bf
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment