Updating build steps

This commit is contained in:
Benjamin J Cane 2018-02-19 16:33:01 -07:00
parent 43908e9f3c
commit 5b60852022

View File

@ -5,7 +5,6 @@ env:
- "PATH=/home/travis/gopath/bin:$PATH" - "PATH=/home/travis/gopath/bin:$PATH"
script: script:
- gofmt -l ./ - gofmt -l ./
- go vet -v
- go test -v - go test -v
- go build - go build
- go install - go install