forked from TrueCloudLab/certificates
f871f8135c
The full contents of the git repository @432b2356ecb... was copied. Only go.mod was removed from it.
10 lines
121 B
YAML
10 lines
121 B
YAML
language: go
|
|
go:
|
|
- "1.11"
|
|
- "1.12"
|
|
- "1.13"
|
|
- tip
|
|
before_install:
|
|
- make gettools
|
|
script:
|
|
- make
|