mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 12:43:30 +02:00
13 lines
110 B
YAML
13 lines
110 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
script:
|
|
- make vet
|
|
- make lint
|
|
- make
|