14 lines
168 B
YAML
14 lines
168 B
YAML
|
---
|
||
|
language: go
|
||
|
go:
|
||
|
- tip
|
||
|
- 1.12.x
|
||
|
- 1.11.x
|
||
|
- 1.10.x
|
||
|
- 1.9.x
|
||
|
- 1.8.x
|
||
|
sudo: false
|
||
|
|
||
|
# Forks will use that path for checkout
|
||
|
go_import_path: github.com/certifi/gocertifi
|