mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
11 lines
167 B
YAML
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)
|