travis: Enable media API integration tests

This commit is contained in:
Robert Swain 2017-06-07 18:35:06 +02:00
parent ec60077a42
commit 5ce0c11d94

View file

@ -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