mirror of
https://github.com/Luzifer/password.git
synced 2024-11-09 18:00:03 +00:00
Fix: Travis build broken through different tools
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6217197d2c
commit
ed1cc33f91
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue