go-chart/.circleci/config.yml

14 lines
315 B
YAML
Raw Normal View History

2018-10-12 12:24:20 -04:00
version: 2
jobs:
build:
working_directory: /go/src/github.com/wcharczuk/go-chart
docker:
- image: circleci/golang:1.15
2018-10-12 12:24:20 -04:00
steps:
- checkout
- run:
name: new-install
command: make new-install
- run:
name: Continuous Integration
command: make