Merge pull request #37 from riyazdf/circle-fix

Fixup circle CI
This commit is contained in:
Justin Cormack 2017-05-15 19:59:51 +01:00 committed by GitHub
commit df7f50a755

View File

@ -1,8 +1,11 @@
version: 2 version: 2
executorType: machine
jobs: jobs:
build: build:
working_directory: /go/src/github.com/moby/tool environment:
GOPATH: /home/circleci/.go_workspace
working_directory: $GOPATH/src/github.com/moby/tool
steps: steps:
- checkout - checkout
- run: go get github.com/golang/lint/golint - run: go get github.com/golang/lint/golint
- run: make test - run: cd $GOPATH/src/github.com/moby/tool && make test