mirror of
https://github.com/Luzifer/password.git
synced 2024-11-10 02:10:00 +00:00
9 lines
103 B
YAML
9 lines
103 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
install: go get -v ./...
|
|
script: go test -v --bench=. ./...
|