open-vault/vendor/github.com/mitchellh/mapstructure/.travis.yml
Michael Golowka 7502813335
Add password_policy field to Azure docs (#9249)
* Add password_policy field
* Updated vault-plugin-secrets-azure to v0.6.1
* A bunch of other libraries also got updated at the same time because of the plugin update
2020-06-18 13:25:59 -06:00

10 lines
91 B
YAML

language: go
go:
- "1.14.x"
- tip
script:
- go test
- go test -bench . -benchmem