mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Build on more Go versions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8db226479a
commit
1d9b7dcbc8
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue