Skip to content

Commit 11b3e17

Browse files
committed
install dep on travis
Signed-off-by: Madhu Rajanna <[email protected]>
1 parent 123e2a2 commit 11b3e17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ env:
2929
- MINIKUBE_VERSION=v1.2.0
3030
- CHANGE_MINIKUBE_NONE_USER=true
3131
- KUBECONFIG=$HOME/.kube/config
32+
- DEP_VERSION=v0.5.4
33+
34+
before_install:
35+
- curl
36+
https://raw.githubusercontent.com/golang/dep/${DEP_VERSION}/install.sh|sh
3237

3338
jobs:
3439
include:

0 commit comments

Comments
 (0)