Merge pull request #5838 from mhinz/travis/allowed-failure

CI: allow GCOV build to fail
This commit is contained in:
James McCoy 2016-12-27 23:24:05 -05:00 committed by GitHub
commit c8b30307b7

View File

@ -78,6 +78,8 @@ matrix:
- os: osx
compiler: gcc-4.9
osx_image: xcode7.3 # macOS 10.11
allow_failures:
- env: GCOV=gcov-5 CMAKE_FLAGS="$CMAKE_FLAGS -DUSE_GCOV=ON"
fast_finish: true
before_install: .ci/before_install.sh