tzhash/.circleci/config.yml

12 lines
294 B
YAML
Raw Permalink Normal View History

# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
working_directory: ~/{{ORG_NAME}}/{{REPO_NAME}}
steps:
- checkout
- run: go test -v ./...