forked from TrueCloudLab/certificates
11 lines
121 B
YAML
11 lines
121 B
YAML
|
language: go
|
||
|
go:
|
||
|
- "1.11"
|
||
|
- "1.12"
|
||
|
- "1.13"
|
||
|
- tip
|
||
|
before_install:
|
||
|
- make gettools
|
||
|
script:
|
||
|
- make
|