mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-13 02:22:47 +00:00
12 lines
90 B
YAML
12 lines
90 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make test
|