language: go go: - tip env: - "PATH=/home/travis/gopath/bin:$PATH" script: - go build -v - go test -v -cover ./...