fix CircleCI setup

This commit is contained in:
Daniel Kang 2019-01-15 20:09:32 -08:00
parent 6bc2cbe2a7
commit 5c5d0e6ad9

View file

@ -3,7 +3,6 @@ jobs:
build:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout
- run: make test