Skip to content

Commit

Permalink
Merge pull request #5 from syucream/fix-makerule
Browse files Browse the repository at this point in the history
Enable to run 'make dep'
  • Loading branch information
syucream authored Oct 10, 2018
2 parents 3d1d70a + cbfb70c commit ccd60f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ jobs:
build:
docker:
- image: circleci/golang:1.11.1-stretch
working_directory: /go/src/github.com/syucream/hakagi
steps:
- checkout
- run: make dep cmd

workflows:
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
all: cmd

.PHONY: dep
dep:
rm -rf vendor/
dep ensure -v
Expand Down

0 comments on commit ccd60f3

Please sign in to comment.