mirror of
https://github.com/strongdm/comply
synced 2025-01-24 05:11:38 +00:00
10 lines
74 B
YAML
10 lines
74 B
YAML
language: go
|
|
sudo: false
|
|
|
|
script: go test -v
|
|
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|