certificates/.travis.yml
2018-11-01 17:58:24 -07:00

9 lines
103 B
YAML

language: go
go:
- 1.11.x
before_script:
- make bootstrap
script:
- make
notifications:
email: false