From ca561715a3e70eac53c07691509d886c6f118e60 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Mon, 16 Dec 2019 14:21:10 -0600 Subject: 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 b48fc134b..39db180b5 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) -> -- cgit v1.2.1