From 2b166c0ca8c58056e1d06824e10fbe4cbf0ff322 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Wed, 7 Jun 2017 18:38:28 +0200 Subject: [PATCH] travis: Build the client-api-proxy for media tests --- travis-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-test.sh b/travis-test.sh index ae8684c67..20d5f6faa 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -10,6 +10,7 @@ gb build github.com/matrix-org/dendrite/cmd/syncserver-integration-tests gb build github.com/matrix-org/dendrite/cmd/create-account gb build github.com/matrix-org/dendrite/cmd/dendrite-media-api-server gb build github.com/matrix-org/dendrite/cmd/mediaapi-integration-tests +gb build github.com/matrix-org/dendrite/cmd/client-api-proxy # Run the pre commit hooks ./hooks/pre-commit