aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-12-28 00:00:52 +0100
committerMarco Hinz <mh.codebro@gmail.com>2016-12-28 00:54:52 +0100
commit10d7a45e00410dfe2c2b0801bd54e2d2549fca94 (patch)
tree95e0b1370942834a5abd8ace7fdfd671761589ce
parentfa42495d87e0ca72e1f4bef599152a4d83e0affa (diff)
downloadrneovim-10d7a45e00410dfe2c2b0801bd54e2d2549fca94.tar.gz
rneovim-10d7a45e00410dfe2c2b0801bd54e2d2549fca94.tar.bz2
rneovim-10d7a45e00410dfe2c2b0801bd54e2d2549fca94.zip
CI: allow GCOV build to fail
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 039a00cce8..98c0b2e618 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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