twofactor/.travis.yml

12 lines
148 B
YAML
Raw Normal View History

2015-08-04 13:15:51 +01:00
language: go
go:
2016-01-26 13:47:48 +00:00
- 1.5.3
2015-08-04 13:15:51 +01:00
2015-08-04 15:14:47 +01:00
install:
2016-01-26 14:32:47 +00:00
- go get "github.com/sec51/qrcode"
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 ./...