1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-05 06:13:22 +00:00

Add a .travis.yml

This commit is contained in:
Mark Haines 2017-06-12 19:42:48 +01:00
parent 735a423c76
commit af759cbc2b

12
.travis.yml Normal file
View file

@ -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