From 6a405a8d2096e1ef00ce87f8ab8a1f2dec67871f Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 8 Nov 2017 11:15:29 +0000 Subject: [PATCH] Move intsallation of kafka into script --- scripts/travis-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index 782581422..ac18e21c6 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -43,7 +43,8 @@ if [ "${TEST_SUITE:-integ-test}" == "integ-test" ]; then gb build github.com/matrix-org/dendrite/cmd/client-api-proxy # Create necessary certificates and keys to run dendrite - openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost + time openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost + time ./scripts/install-local-kafka.sh # Run the integration tests bin/roomserver-integration-tests