From c5765fbfefc756d844cd765b011fc87cd5ccf991 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Mon, 30 Nov 2015 12:04:27 -0500 Subject: [PATCH] Special case godep installation in verify-codecgen for travis --- hack/verify-codecgen.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/hack/verify-codecgen.sh b/hack/verify-codecgen.sh index c6d8d660c29..0a99ff12ed7 100755 --- a/hack/verify-codecgen.sh +++ b/hack/verify-codecgen.sh @@ -83,18 +83,8 @@ for (( i=0; i/dev/null -go install github.com/tools/godep 2>/dev/null -GODEP="${_tmpdir}/bin/godep" -export GOPATH=${_gopath} - CODECGEN="${_tmpdir}/codecgen_binary" -${GODEP} go build -o "${CODECGEN}" github.com/ugorji/go/codec/codecgen +godep go build -o "${CODECGEN}" github.com/ugorji/go/codec/codecgen # Generate files in the dependency order. for current in ${index[@]}; do