Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Jun 14, 2015
1 parent 085661d commit 9f0b705
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ go:
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out

install:
- go get -t -v .

script:
- go test -v -covermode=count -coverprofile=coverage.out

after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken 7nqvJ0lqCwMwYTIHLvu1ykR1UHHwZ6Qy9
Expand Down

0 comments on commit 9f0b705

Please sign in to comment.