2
0
mirror of https://github.com/stefan01/transocks.git synced 2025-02-22 11:40:54 +07:00
transocks/.travis.yml

15 lines
246 B
YAML

sudo: false
language: go
go:
- 1.7
- tip
before_install:
- go get github.com/golang/lint/golint
script:
- go install ./...
- go test -v ./...
- go vet -x ./...
- $HOME/gopath/bin/golint -set_exit_status -min_confidence 0.81 ./...