Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
bgetsug committed Mar 8, 2018
1 parent 950c267 commit adf845b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf845b

Please sign in to comment.