1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00
gopher-os/.travis.yml
2017-07-02 06:39:19 +01:00

10 lines
147 B
YAML

language: go
sudo: required
go:
- 1.8
script:
- make lint
- make collect-coverage
after_success:
- bash <(curl -s https://codecov.io/bash)