From 19c9a0c7a5dc0572215ce3d7b96f820f122a6416 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Thu, 20 Apr 2017 18:47:33 +0200 Subject: [PATCH] travis-test.sh: Fix import path of room server --- travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-test.sh b/travis-test.sh index 96a92df9..de92c425 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -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