From af759cbc2bb4bcbecea871c6f3e9cb8876a80370 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 12 Jun 2017 19:42:48 +0100 Subject: [PATCH] Add a .travis.yml --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..78fad1d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: go +go: + - 1.8 +install: + - go get github.com/golang/lint/golint + - go get github.com/fzipp/gocyclo + - go get golang.org/x/crypto/ed25519 + - go get github.com/matrix-org/util + - go get github.com/matrix-org/gomatrix + - go get github.com/client9/misspell/... + - go get github.com/gordonklaus/ineffassign +script: ./hooks/pre-commit