add gopath to path on CircleCI

This commit is contained in:
Anton Kaliaev 2017-12-11 16:57:30 -06:00
parent d943f66abc
commit 69205594cc
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ machine:
GOPATH: "$HOME/.go_project"
PROJECT_PARENT_PATH: "$GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME"
PROJECT_PATH: "$PROJECT_PARENT_PATH/$CIRCLE_PROJECT_REPONAME"
PATH: "$HOME/.go_project/bin:${PATH}"
hosts:
localhost: 127.0.0.1