Removed lines which were failing travis builds
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/79e26aed Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/79e26aed Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/79e26aed Branch: refs/heads/upstream Commit: 79e26aed6bccecaef66037811a70a20ba4e65963 Parents: ad31b03 Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Wed Nov 25 07:38:26 2015 +0000 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Wed Nov 25 07:38:26 2015 +0000 ---------------------------------------------------------------------- .travis.yml | 3 --- src/ibrowse.app.src | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/79e26aed/.travis.yml ---------------------------------------------------------------------- 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" http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/79e26aed/src/ibrowse.app.src ---------------------------------------------------------------------- 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, []},
