Install golang dep v0.4.1
This commit is contained in:
parent
55531314ed
commit
fe4d8f7c03
1 changed files with 1 additions and 10 deletions
|
@ -7,19 +7,10 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.9
|
- image: circleci/golang:1.9
|
||||||
|
|
||||||
# Specify service dependencies here if necessary
|
|
||||||
# CircleCI maintains a library of pre-built images
|
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
|
||||||
# - image: circleci/postgres:9.4
|
|
||||||
|
|
||||||
#### TEMPLATE_NOTE: go expects specific checkout path representing url
|
|
||||||
#### expecting it in the form of
|
|
||||||
#### /go/src/github.com/circleci/go-tool
|
|
||||||
#### /go/src/bitbucket.org/circleci/go-tool
|
|
||||||
working_directory: /go/src/github.com/hipages/php-fpm_exporter
|
working_directory: /go/src/github.com/hipages/php-fpm_exporter
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- run: go get -u github.com/golang/dep/cmd/dep
|
- run: curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o /go/bin/dep && chmod +x /go/bin/dep
|
||||||
- run: dep ensure -vendor-only
|
- run: dep ensure -vendor-only
|
||||||
- run: go test -v ./...
|
- run: go test -v ./...
|
Loading…
Reference in a new issue