aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-27 23:24:05 -0500
committerGitHub <noreply@github.com>2016-12-27 23:24:05 -0500
commitc8b30307b7df0ccdc83b261733ae83bf7ff9c384 (patch)
tree85b38f9658367d957c588ae75179eeda3a1a3f85
parentc72f4d4d05627291206d9e3b1f0750cb3f14be6a (diff)
parent10d7a45e00410dfe2c2b0801bd54e2d2549fca94 (diff)
downloadrneovim-c8b30307b7df0ccdc83b261733ae83bf7ff9c384.tar.gz
rneovim-c8b30307b7df0ccdc83b261733ae83bf7ff9c384.tar.bz2
rneovim-c8b30307b7df0ccdc83b261733ae83bf7ff9c384.zip
Merge pull request #5838 from mhinz/travis/allowed-failure
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