Skip to content

Instantly share code, notes, and snippets.

@dotdoom
Last active December 9, 2015 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotdoom/37090d8f7ff914b08e9d to your computer and use it in GitHub Desktop.
Save dotdoom/37090d8f7ff914b08e9d to your computer and use it in GitHub Desktop.
language: go
go:
- 1.5
- release
install:
- go get github.com/alecthomas/gometalinter
- gometalinter --install --update
- go get github.com/axw/gocov/gocov
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go get -v ./...
- gometalinter ./...
- goveralls -v -service=travis-ci
branches:
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment