mirror of
https://github.com/Luzifer/vault-otp-ui.git
synced 2024-11-09 00:30:05 +00:00
9 lines
81 B
YAML
9 lines
81 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.4
|
||
|
- 1.5
|
||
|
- tip
|
||
|
|
||
|
script: go test -v -race -cover ./...
|