mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
7 lines
95 B
YAML
7 lines
95 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- tip
|
|
before_script:
|
|
- go get github.com/stretchr/testify
|