pipoint/.travis.yml

12 lines
166 B
YAML
Raw Permalink Normal View History

2017-04-19 20:31:48 +02:00
language: go
go:
- 1.7.x
2017-04-19 20:31:48 +02:00
go_import_path: juju.net.nz/x/pipoint
script: make build && make coverage
after_success:
- bash <(curl -s https://codecov.io/bash)