From 5a601f48fe4e6683d0154e56448f4ac7ae492330 Mon Sep 17 00:00:00 2001
From: Silas Davis <silas@erisindustries.com>
Date: Fri, 6 May 2016 18:36:54 +0100
Subject: [PATCH] glide install

---
 circle.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/circle.yml b/circle.yml
index fa18f8f8..09414e0f 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
-- 
GitLab