1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Make travis to download dependencies.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-02-08 09:36:30 -08:00
parent 7033e1459e
commit 21a3788372
+1
View File
@@ -8,6 +8,7 @@
go: go:
- 1.5 - 1.5
install: install:
- go get -t ./...
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
before_script: before_script:
- go vet ./... - go vet ./...