mirror of
https://github.com/Luzifer/password.git
synced 2024-11-09 01:40:04 +00:00
9 lines
78 B
YAML
9 lines
78 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
- tip
|
||
|
|
||
|
script: go test -v --bench=. ./...
|