Workaround travis-ci build failure.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/b4ad6df3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/b4ad6df3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/b4ad6df3 Branch: refs/heads/upstream Commit: b4ad6df3c54a6e2a88a63e3ac97090baf04919cf Parents: 3a4044d Author: Chandrashekhar Mullaparthi <[email protected]> Authored: Mon Sep 28 20:23:43 2015 +0100 Committer: Chandrashekhar Mullaparthi <[email protected]> Committed: Mon Sep 28 20:23:43 2015 +0100 ---------------------------------------------------------------------- test/ibrowse_test.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/b4ad6df3/test/ibrowse_test.erl ---------------------------------------------------------------------- diff --git a/test/ibrowse_test.erl b/test/ibrowse_test.erl index 0787493..4bf8ffc 100644 --- a/test/ibrowse_test.erl +++ b/test/ibrowse_test.erl @@ -266,8 +266,9 @@ unit_tests() -> unit_tests(Options, Test_list) -> application:start(crypto), + application:start(asn1), application:start(public_key), - application:ensure_all_started(ssl), + application:start(ssl), (catch ibrowse_test_server:start_server(8181, tcp)), application:start(ibrowse), Options_1 = Options ++ [{connect_timeout, 5000}],
