From 862c25005aeacb6a549e07ba44fd18b14e0f2c83 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 5 May 2017 17:57:04 +0100 Subject: [PATCH] Build the sync server --- travis-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-test.sh b/travis-test.sh index 629e3d666..8836f6478 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -5,6 +5,7 @@ set -eu # Check that the servers build (this is done explicitly because `gb build` can silently fail (exit 0) and then we'd test a stale binary) 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 # Run the pre commit hooks