mirror of
https://github.com/1f349/twofactor.git
synced 2024-12-22 23:44:05 +00:00
7 lines
57 B
YAML
7 lines
57 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.5.3
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|