From 5ce0c11d942a7b23b8150053035f72a1dca225d2 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Wed, 7 Jun 2017 18:35:06 +0200 Subject: [PATCH] travis: Enable media API integration tests --- travis-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis-test.sh b/travis-test.sh index b1f126790..ae8684c67 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -8,6 +8,8 @@ gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests gb build github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server 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 # Run the pre commit hooks ./hooks/pre-commit @@ -15,3 +17,4 @@ gb build github.com/matrix-org/dendrite/cmd/create-account # Run the integration tests bin/roomserver-integration-tests bin/syncserver-integration-tests +bin/mediaapi-integration-tests