Skip to content

Commit

Permalink
Get test dependencies on Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Sep 1, 2015
1 parent a2ac889 commit 3d86870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: go
go:
- tip
before_install:
- go get -t
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
Expand Down

0 comments on commit 3d86870

Please sign in to comment.