Mark R14B04 build failure as allowed On Travis R14B04 build fails with various random unpredictable reasons. To not turn tests into a battle field with Travis, let's ignore these failures.
Our general focus is on hosts that runs not under such stress as public CI server and modern Erlang releases where everything is fine. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ffe3b330 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ffe3b330 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ffe3b330 Branch: refs/heads/1.x.x Commit: ffe3b33001b558307cd0812ab9226910389d6339 Parents: ac9e22d Author: Alexander Shorin <[email protected]> Authored: Thu Dec 3 01:12:34 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Thu Dec 3 01:12:34 2015 +0300 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ffe3b330/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1bddb6a..f48b336 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,6 @@ otp_release: - R16B03-1 - R15B03 - R14B04 +matrix: + allow_failures: + - otp_release: R14B04
