mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
11 lines
92 B
YAML
11 lines
92 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.8.x
|
||
|
- 1.9.x
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
install: make bootstrap
|