Skip to content

Commit b1d5e62

Browse files
authored
.travis.yml: make dep ensure verbose (#1035)
**Description of the change:** Make the `dep ensure` part of the `before_install` step verbose **Motivation for the change:** `dep ensure` is currently stalling on many PRs, and it would be useful to see what's causing problems when situations like this arise.
1 parent c1c946e commit b1d5e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ x_base_steps:
1616
# that it can properly exit the test early with success
1717
- source hack/ci/check-doc-only-update.sh
1818
- curl -Lo dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 && chmod +x dep && sudo mv dep /usr/local/bin/
19-
- travis_retry dep ensure
19+
- travis_retry dep ensure -v
2020

2121
# Base go, ansbile, and helm job
2222
- &test

0 commit comments

Comments
 (0)