1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00
gopher-os/.travis.yml
Achilleas Anagnostopoulos cc1f2e6016 Setup CI and coverage tools
2017-03-26 09:48:12 +01:00

11 lines
167 B
YAML

language: go
sudo: required
go:
- 1.8
before_install:
- go get -t -v ./...
script:
- bash coverage.sh
after_success:
- bash <(curl -s https://codecov.io/bash)