Slight siplification in .travis.yml

This commit is contained in:
John C. Vernaleo 2014-09-08 08:41:26 -04:00
parent 8f4643df14
commit 4bc2c7f04f

View file

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