http urls monitor.

123456789101112131415
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.6.4
  5. - 1.7.4
  6. - tip
  7. git:
  8. depth: 3
  9. script:
  10. - go test -v -covermode=count -coverprofile=coverage.out
  11. after_success:
  12. - bash <(curl -s https://codecov.io/bash)