|
From: Kouhei S. <nul...@cl...> - 2014-02-08 10:33:43
|
Kouhei Sutou 2014-02-08 19:33:25 +0900 (Sat, 08 Feb 2014) New Revision: b8a3dd6422062a416547e39357a68a32aed294b9 https://github.com/clear-code/cutter/commit/b8a3dd6422062a416547e39357a68a32aed294b9 Message: travis: allow failure with clang and coverage combination It seems that we need more recent clang for coverage such as 3.2-11. Modified files: .travis.yml Modified: .travis.yml (+4 -0) =================================================================== --- .travis.yml 2014-02-08 19:13:10 +0900 (8ac4f69) +++ .travis.yml 2014-02-08 19:33:25 +0900 (0852740) @@ -8,6 +8,10 @@ compiler: env: - ENABLE_COVERAGE=no - ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage +matrix: + allow_failures: + - compiler: clang + env: ENABLE_COVERAGE=yes CONFIGURE_OPTIONS=--enable-coverage install: - sudo apt-get update -qq -y - sudo apt-get install -qq -y autotools-dev intltool gtk-doc-tools libgtk2.0-dev libgoffice-0.8-dev libgstreamer0.10-dev libsoup2.4-dev |