You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/16 20:19:35 UTC

[couchdb] branch remove-erlang-version-warning-delay created (now dfd3e29)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch remove-erlang-version-warning-delay
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at dfd3e29  Remove pause after Erlang version warning

This branch includes the following new commits:

     new dfd3e29  Remove pause after Erlang version warning

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Remove pause after Erlang version warning

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch remove-erlang-version-warning-delay
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit dfd3e29191284619514ef6d6a687caf29bfbdc29
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Dec 16 14:21:10 2019 -0600

    Remove pause after Erlang version warning
    
    This adds 5 minutes to the 19.x Travis job.
---
 rebar.config.script | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index b48fc13..39db180 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -59,8 +59,7 @@ NotSupported = fun(Ver) ->
         "See https://docs.couchdb.org/en/stable/install/unix.html#dependencies~n"
         "for the latest information on dependencies.",
         [Ver]
-    ),
-    timer:sleep(5000)
+    )
 end.
 
 BadErlang = fun(Ver) ->