twofactor/.travis.yml
2016-01-26 14:43:56 +01:00

12 lines
146 B
YAML

language: go
go:
- 1.4
install:
- go get "github.com/sec51/rsc/qr"
- go get "github.com/sec51/cryptoengine"
script:
- go test -v ./...