mirror of
https://github.com/1f349/twofactor.git
synced 2024-12-22 07:24:12 +00:00
12 lines
148 B
YAML
12 lines
148 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.5.3
|
|
|
|
install:
|
|
- go get "github.com/sec51/rsc/qr"
|
|
- go get "github.com/sec51/cryptoengine"
|
|
|
|
script:
|
|
- go test -v ./...
|