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

Fix: Travis did no go get anymore

This commit is contained in:
Knut Ahlers 2015-05-10 16:45:12 +02:00
parent 24472f00b5
commit 3e8fc57413

View file

@ -5,4 +5,5 @@ go:
- 1.4
- tip
install: go get -v ./...
script: go test -v --bench=. ./...