mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
travis: Enable media API integration tests
This commit is contained in:
parent
ec60077a42
commit
5ce0c11d94
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue