From adf845b81acf55710ceee231aedf6b474e8e7ac1 Mon Sep 17 00:00:00 2001 From: Ben Getsug Date: Wed, 7 Mar 2018 23:09:05 -0600 Subject: [PATCH] circleci --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc4b5d5..2891f47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,10 @@ jobs: steps: - checkout - run: - name: Dep + name: Install Dep + command: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh + - run: + name: Download dependencies command: dep ensure - run: name: GoReleaser