Skip to content

Commit

Permalink
Fix build failing in Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Alfassa committed Dec 29, 2016
1 parent db34c74 commit 80aa07d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ dependencies:
- cd $HOME/.go_project/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME && go get -t -d -v ./...

test:
pre:
- touch .env
override:
- cd $HOME/.go_project/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME && make

0 comments on commit 80aa07d

Please sign in to comment.