summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-10-09 14:45:09 -0400
committerGitHub <noreply@github.com>2019-10-09 14:45:09 -0400
commit2f23426df28d7584653691fe753a7cd08b77a2e4 (patch)
tree0c4926b2f25828ce17558f4558f8db3dcc1bb1cf
parent3c55b9599e2d81f26b2b8012a32c1b14af42f1d0 (diff)
parent201d5935cf920c450700fa2ebb524f9288faedd9 (diff)
downloadcouchdb-remove-externals.tar.gz
Merge branch 'master' into remove-externalsremove-externals
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 425b4582c..88cec8949 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -32,7 +32,7 @@ NotSupported = fun(Ver) ->
io:fwrite("Check https://docs.couchdb.org/en/latest/whatsnew/index.html for the~n"),
io:fwrite("latest information on supported releases.~n"),
case os:getenv("TRAVIS") of
- "true" ->
+ "true" ->
io:fwrite("Travis run, ignoring bad release. You have been warned!~n"),
ok;
_ -> halt(1)
@@ -110,7 +110,7 @@ DepDescs = [
{docs, {url, "https://github.com/apache/couchdb-documentation"},
{tag, "2.3.0"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.20"}, [raw]},
+ {tag, "v1.2.0"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},