From d4af8f177b1ad42e0a45b283d38aa7726267036d Mon Sep 17 00:00:00 2001 From: Mickey Rose Date: Tue, 10 Jul 2018 18:51:34 +0200 Subject: [PATCH] Revert "allow visual test failures with g++" This reverts commit 05936826b378e79306fa9aef0c890ceb822f2224. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38793fdb3..f794280f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,10 +103,7 @@ script: # (and might work) for the next build - DURATION=2400 - scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make - - RESULT=0 - - make test || RESULT=$? - # we allow visual failures with g++ for now: https://github.com/mapnik/mapnik/issues/3567 - - if [[ ${RESULT} != 0 ]] && [[ ${CXX} =~ 'clang++' ]]; then false; fi; + - make test - enabled ${COVERAGE} coverage - enabled ${BENCH} make bench - ./scripts/check_glibcxx.sh