Skip to content

Commit

Permalink
Roll git-hooks-go, update .travis.yml
Browse files Browse the repository at this point in the history
The new .travis.yml is much simpler
  • Loading branch information
maruel committed Nov 8, 2014
1 parent 1f698fd commit 5dee72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Expand Up @@ -9,13 +9,7 @@ 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
- python git-hooks-go/install_prerequisites.py

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

0 comments on commit 5dee72a

Please sign in to comment.