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