diff options
author | Alexander Shorin <kxepal@apache.org> | 2015-12-03 01:12:34 +0300 |
---|---|---|
committer | Alexander Shorin <kxepal@apache.org> | 2015-12-03 01:12:34 +0300 |
commit | ffe3b33001b558307cd0812ab9226910389d6339 (patch) | |
tree | 1a54bf99179ad45660f65cd48c06224ea013edf7 | |
parent | ac9e22d006464428b378f1178604ab7490b95490 (diff) | |
download | couchdb-ffe3b33001b558307cd0812ab9226910389d6339.tar.gz |
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.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1bddb6a99..f48b33652 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,6 @@ otp_release: - R16B03-1 - R15B03 - R14B04 +matrix: + allow_failures: + - otp_release: R14B04 |