Codebase list golang-github-go-kit-kit / e247287
circle.yml: move stuff from service config to file Peter Bourgon 7 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 - docker-compose -f docker-compose-integration.yml up -d --force-recreate
1010
1111 test:
12 pre:
13 - mkdir -p /home/ubuntu/.go_workspace/src/github.com/go-kit
14 - mv /home/ubuntu/kit /home/ubuntu/.go_workspace/src/github.com/go-kit
15 - go get github.com/go-kit/kit/...
16 override:
17 - go build github.com/go-kit/kit/...
18 - go test github.com/go-kit/kit/...
1219 post:
1320 - go test -v -race -tags integration github.com/go-kit/kit/...:
1421 environment: