Skip to content

Commit

Permalink
Add travis and coveralls support.
Browse files Browse the repository at this point in the history
Support is added through git-hooks-go.
  • Loading branch information
maruel committed Nov 3, 2014
1 parent e64b22a commit 00cd04b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
# Install with:
# cp git-hooks-go/sample.travis.yml .travis.yml
#
# travis-ci.org does *not* support .travis.yml to be a symlink!

language: go

go:
- 1.3

before_install:
- go get code.google.com/p/go.tools/cmd/cover
- go get code.google.com/p/go.tools/cmd/goimports
- go get code.google.com/p/go.tools/cmd/vet
- go get github.com/axw/gocov/gocov
- go get github.com/golang/lint/golint
- go get github.com/kisielk/errcheck
- go get github.com/mattn/goveralls

script:
- ./presubmit.py
2 changes: 1 addition & 1 deletion git-hooks-go

0 comments on commit 00cd04b

Please sign in to comment.