From d748a2f5ce654032f5da1dea0368875d0ce7c98e Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 25 May 2017 16:58:12 +0100 Subject: [PATCH] Build the create-account binary on Travis --- travis-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-test.sh b/travis-test.sh index 8836f6478..b1f126790 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -7,6 +7,7 @@ gb build github.com/matrix-org/dendrite/cmd/dendrite-room-server 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 # Run the pre commit hooks ./hooks/pre-commit