From 74ee0f7c7694cae1f4787b8ac70a5355ea928ae0 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 8 Nov 2017 11:49:59 +0000 Subject: [PATCH] Add some output --- scripts/travis-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index ac18e21c6..e472760a6 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -43,7 +43,9 @@ 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 + echo "Generating certs..." time openssl req -x509 -newkey rsa:512 -keyout server.key -out server.crt -days 365 -nodes -subj /CN=localhost + echo "Installing kafka..." time ./scripts/install-local-kafka.sh # Run the integration tests