mirror of
https://github.com/Luzifer/git-changerelease.git
synced 2024-12-20 19:11:17 +00:00
8 lines
53 B
YAML
8 lines
53 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.6
|
||
|
- tip
|
||
|
|
||
|
script: go test .
|