From 79e26aed6bccecaef66037811a70a20ba4e65963 Mon Sep 17 00:00:00 2001 From: Chandrashekhar Mullaparthi Date: Wed, 25 Nov 2015 07:38:26 +0000 Subject: [PATCH] Removed lines which were failing travis builds --- .travis.yml | 3 --- src/ibrowse.app.src | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0861069..4875662 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,5 @@ otp_release: - 18.0 - 18.1 before_script: - - curl -X PUT localhost:5984/couchbeam_testdb - - curl -X PUT localhost:5984/couchbeam_testdb2 - - curl -X PUT localhost:5984/couchbeam_testdb3 - "./bootstrap_travis.sh" script: "./rebar3 eunit" diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 7e28895..2f4ced6 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -1,6 +1,6 @@ {application, ibrowse, [{description, "Erlang HTTP client application"}, - {vsn, "4.2"}, + {vsn, "4.2.1"}, {registered, [ibrowse_sup, ibrowse]}, {applications, [kernel,stdlib]}, {env, []},