twofactor/.travis.yml
2016-01-26 14:47:48 +01:00

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 ./...