mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
11 lines
90 B
YAML
11 lines
90 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.9"
|
|
- "1.10.x"
|
|
|
|
install:
|
|
- make install
|
|
|
|
script:
|
|
- make test |