mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-13 02:02:44 +00:00
9 lines
82 B
YAML
9 lines
82 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.2
|
|
|
|
script:
|
|
- go test -short ./...
|