forked from TrueCloudLab/certificates
9 lines
103 B
YAML
9 lines
103 B
YAML
language: go
|
|
go:
|
|
- 1.11.x
|
|
before_script:
|
|
- make bootstrap
|
|
script:
|
|
- make
|
|
notifications:
|
|
email: false
|