twofactor/.travis.yml

12 lines
146 B
YAML
Raw Normal View History

2015-08-04 13:15:51 +01:00
language: go
go:
- 1.4
2015-08-04 15:14:47 +01:00
install:
2016-01-26 13:43:56 +00:00
- go get "github.com/sec51/rsc/qr"
2015-08-05 23:04:28 +01:00
- go get "github.com/sec51/cryptoengine"
2015-08-04 15:14:47 +01:00
2015-08-04 13:15:51 +01:00
script:
2016-01-26 13:43:56 +00:00
- go test -v ./...