mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 14:21:55 -06:00
travis-test.sh: Fix import path of room server
This commit is contained in:
parent
e281fc4530
commit
19c9a0c7a5
|
@ -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