1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 10:22:56 +00:00

Fix: Travis build broken through different tools

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-09-22 15:39:16 +02:00
parent 6217197d2c
commit ed1cc33f91
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -1,9 +1,9 @@
language: go
go:
- 1.3
- 1.4
- 1.7
- 1.8
- 1.9
- tip
install: go get -v ./...
script: go test -v --bench=. ./...
script: go test -v --bench=. github.com/Luzifer/password github.com/Luzifer/password/lib