smallstep-certificates/.travis.yml

10 lines
103 B
YAML
Raw Normal View History

2018-10-05 21:48:36 +00:00
language: go
go:
2018-10-29 21:00:56 +00:00
- 1.11.x
2018-10-05 21:48:36 +00:00
before_script:
- make bootstrap
script:
- make
notifications:
email: false