mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +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
|