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

12 lines
148 B
YAML

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