Update circle.yml
This commit is contained in:
parent
ed4cd76f66
commit
63b322494e
|
@ -6,7 +6,9 @@ machine:
|
|||
|
||||
dependencies:
|
||||
override:
|
||||
- go get -d -t -v github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/...
|
||||
- mkdir -p ~/.go_workspace/src/github.com/${CIRCLE_PROJECT_USERNAME}
|
||||
- ln -s ${HOME}/${CIRCLE_PROJECT_REPONAME} ${HOME}/.go_workspace/src/github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}
|
||||
- go get -t -d -v ./...
|
||||
|
||||
test:
|
||||
pre:
|
||||
|
|
Loading…
Reference in New Issue