xgo/.circleci/config.yml
2019-01-15 20:08:16 -08:00

9 lines
No EOL
193 B
YAML

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