1
0
Fork 0
mirror of https://github.com/Luzifer/password.git synced 2024-11-08 17:30:10 +00:00
password/.travis.yml
Knut Ahlers 1d9b7dcbc8
Build on more Go versions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-01 14:44:25 +01:00

11 lines
168 B
YAML

language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib