travis-ci: allow Dialyzer job to fail

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/8a2aca08
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/8a2aca08
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/8a2aca08

Branch: refs/heads/master
Commit: 8a2aca081780338330cd2145ab6cb86acde7c783
Parents: 16d5dfe
Author: Tuncer Ayaz <[email protected]>
Authored: Tue Jan 30 23:40:57 2018 +0000
Committer: Tuncer Ayaz <[email protected]>
Committed: Tue Jan 30 23:41:57 2018 +0000

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/8a2aca08/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index edd413f..8be6814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,9 @@ matrix:
   include:
     - otp_release: 20.1.5
       env: MAKE_TARGET=ci-dialyze
+  allow_failures:
+    - otp_release: 20.1.5
+      env: MAKE_TARGET=ci-dialyze
 script: make $MAKE_TARGET
 cache:
   directories:

Reply via email to