Skip to content

Commit

Permalink
feat: setup CI (fix #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Sep 5, 2018
1 parent 2539a95 commit 511aa61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
working_directory: /go/src/moul.io/depviz
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...

0 comments on commit 511aa61

Please sign in to comment.