Skip to content

Commit 4d853a7

Browse files
author
Gabriel Monroy
committed
fix(tests): install required go dependencies
1 parent d45dc77 commit 4d853a7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/bin/test-setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ echo ; echo
4949
# disable git+ssh host key checking
5050
export GIT_SSH=$DEIS_ROOT/tests/bin/git-ssh-nokeycheck.sh
5151

52+
# install required go dependencies
53+
go get -v github.com/golang/lint/golint
54+
go get -v github.com/tools/godep
55+
5256
# cleanup any stale example applications
5357
rm -rf $DEIS_ROOT/tests/example-*
5458

0 commit comments

Comments
 (0)