Add codecov for minio.

master
Harshavardhana 8 years ago
parent e887fea485
commit e783d77c3d
  1. 3
      .travis.yml

@ -16,6 +16,9 @@ script:
- make test
- make test GOFLAGS="-race"
after_success:
- bash <(curl -s https://codecov.io/bash)
go:
- 1.6

Loading…
Cancel
Save