Slight siplification in .travis.yml
This commit is contained in:
parent
8f4643df14
commit
4bc2c7f04f
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ install:
|
|||
- go get github.com/golang/lint/golint
|
||||
- go get -d -t -v ./...
|
||||
script:
|
||||
- $HOME/gopath/bin/fgt $HOME/gopath/bin/golint -min_confidence=0.9 *.go
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- fgt golint -min_confidence=0.9 *.go
|
||||
- go vet *.go
|
||||
- go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue