1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/.travis.yml

9 lines
103 B
YAML

language: go
go:
- 1.3
- 1.4
- tip
install: go get -v ./...
script: go test -v --bench=. ./...