add CircleCI config
This commit is contained in:
parent
40ad7aa1bb
commit
6bc2cbe2a7
1 changed files with 9 additions and 0 deletions
9
.circleci/config.yml
Normal file
9
.circleci/config.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/golang:1.11
|
||||
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
|
||||
steps:
|
||||
- checkout
|
||||
- run: make test
|
Loading…
Reference in a new issue