mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib
|