mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-22 18:06:11 +00:00
9 lines
91 B
YAML
9 lines
91 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.9
|
|
script:
|
|
- go test -v
|
|
branches:
|
|
only:
|
|
- master
|