mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
12 lines
91 B
YAML
12 lines
91 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.8"
|
|
- "1.10.x"
|
|
|
|
install:
|
|
- make install
|
|
|
|
script:
|
|
- make test
|