summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2019-12-16 14:21:10 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2019-12-18 10:11:01 -0600
commit534919d4a1066d1ab6cd7489094faafd8cbdcffd (patch)
tree4732ee907d8b2acb6cceaf888256507fd0113fc7
parent26221fab017bf07c58960ed214adb232d3f12b2c (diff)
downloadcouchdb-534919d4a1066d1ab6cd7489094faafd8cbdcffd.tar.gz
Remove pause after Erlang version warning
This adds 5 minutes to the 19.x Travis job.
-rw-r--r--rebar.config.script3
1 files changed, 1 insertions, 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) ->