mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-16 11:00:42 +03:00
12 lines
92 B
YAML
12 lines
92 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- master
|
|
- tip
|
|
|
|
script: make test
|