1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-19 06:04:26 +00:00

19 lines
200 B
YAML
Raw Normal View History

sudo: required
services:
- docker
branches:
only:
- master
language: go
go:
- "tip"
- "1.8"
- "1.9"
- "1.10"
script: ./test
after_success:
- bash <(curl -s https://codecov.io/bash)