Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Apr 21, 2016
1 parent 8e32f98 commit dcab9cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ go:
- 1.5
- tip

install:
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go get github.com/stretchr/testify/suite
- go get github.com/jarcoal/httpmock

after_success:
- coveralls
- goveralls -service=travis-ci

0 comments on commit dcab9cd

Please sign in to comment.