twofactor/.travis.yml
2016-01-26 15:35:01 +01:00

13 lines
198 B
YAML

language: go
go:
- 1.5.3
install:
- go get "github.com/sec51/qrcode"
- go get "github.com/sec51/cryptoengine"
- go get "github.com/sec51/convert/smallendian"
script:
- go test -v ./...