mirror of
https://github.com/sony/sonyflake.git
synced 2026-01-07 19:49:13 +00:00
Check if passing golint
This commit is contained in:
@@ -4,9 +4,11 @@ go:
|
||||
- 1.5
|
||||
sudo: false
|
||||
before_install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
- test -z "`gofmt -l .`"
|
||||
- test -z "`golint ./...`"
|
||||
- $GOPATH/bin/goveralls -service=travis-ci
|
||||
- cd example && ./linux64_build.sh
|
||||
|
||||
Reference in New Issue
Block a user