diff --git a/circle.yml b/circle.yml index fa18f8f849adf387540876f858df49f5224c2317..09414e0f588f696b41ce525b2db1f927dec3e14b 100644 --- a/circle.yml +++ b/circle.yml @@ -39,6 +39,7 @@ test: pre: - go get github.com/stretchr/testify - go get github.com/Masterminds/glide + - cd $GOPATH_REPO && glide install override: # We only wish to test our packages not vendored ones - cd $GOPATH_REPO && glide novendor | xargs go test -v