Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
install test dependencies on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Aug 14, 2014
1 parent 0fc46ef commit 523a8b2
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
@@ -1,6 +1,7 @@
language: go
go: 1.3
before_install:
- go get -t
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
Expand Down

0 comments on commit 523a8b2

Please sign in to comment.