mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-14 15:22:50 +00:00
travis-test.sh: Fix import path of room server
This commit is contained in:
parent
e281fc4530
commit
19c9a0c7a5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
set -eu
|
||||
|
||||
# Check that the servers build
|
||||
gb build github.com/matrix-org/dendrite/cmd/dendrite-roomserver
|
||||
gb build github.com/matrix-org/dendrite/cmd/dendrite-room-server
|
||||
gb build github.com/matrix-org/dendrite/cmd/roomserver-integration-tests
|
||||
|
||||
# Run the pre commit hooks
|
||||
|
|
Loading…
Reference in a new issue