language: go os: - linux env: - "PATH=/home/travis/gopath/bin:$PATH" script: - gofmt -l ./ - go test -v - go build - go install