dendrite/vendor/src/github.com/matrix-org/gomatrixserverlib/travis.sh
Andrew Morgan a2d08a6999 Update gomatrixserverlib version
Signed-off-by: Andrew Morgan <andrewm@matrix.org>
2018-06-01 17:34:18 +01:00

22 lines
435 B
Bash
Executable file

#!/bin/sh
set -eux
cd `dirname $0`
# -u so that if this is run on a dev box, we get the latest deps, as
# we do on travis.
go get -u \
github.com/alecthomas/gometalinter \
golang.org/x/crypto/ed25519 \
github.com/matrix-org/util \
github.com/matrix-org/gomatrix \
github.com/tidwall/gjson \
github.com/tidwall/sjson \
github.com/pkg/errors \
gopkg.in/yaml.v2 \
gopkg.in/macaroon.v2 \
./hooks/pre-commit