travis-test.sh: Fix import path of room server

main
Robert Swain 2017-04-20 18:47:33 +02:00
parent e281fc4530
commit 19c9a0c7a5
1 changed files with 1 additions and 1 deletions

View File

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