1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-04-21 03:07:40 +03:00
2018-12-25 14:53:38 -05:00

19 lines
248 B
YAML

notifications:
email: false
language: go
go:
- 1.x
env:
- CGO_ENABLED=0 GO111MODULE=on
install:
- go get github.com/gordonklaus/ineffassign
script:
- diff -u <(echo -n) <(gofmt -d .)
- ineffassign .
- go test -vet "all" -v ./...