copy pasta
This commit is contained in:
parent
4e6c06ca87
commit
f5889c93ae
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
working_directory: /go/src/github.com/wcharczuk/go-chart
|
||||||
|
docker:
|
||||||
|
- image: circleci/golang:1.11
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: new-install
|
||||||
|
command: make new-install
|
||||||
|
- run:
|
||||||
|
name: ci
|
||||||
|
command: make ci
|
||||||
|
- store_artifacts:
|
||||||
|
path: coverage.html
|
||||||
|
destination: coverage.html
|
Loading…
Reference in a new issue