Adding a circle config file (#52)

This commit is contained in:
Mike Arpaia 2016-08-08 20:42:24 -07:00 committed by GitHub
parent be6ac06be6
commit 9181ae9c3d
2 changed files with 13 additions and 3 deletions

View file

@ -1,6 +1,4 @@
# Kolide
[![CircleCI](https://circleci.com/gh/kolide/kolide-ose.svg?style=svg&circle-token=2573c239b7f18967040d2dec95ca5f71cfc90693)](https://circleci.com/gh/kolide/kolide-ose)
# Kolide [![CircleCI](https://circleci.com/gh/kolide/kolide-ose.svg?style=svg&circle-token=2573c239b7f18967040d2dec95ca5f71cfc90693)](https://circleci.com/gh/kolide/kolide-ose)
## Building

12
circle.yml Normal file
View file

@ -0,0 +1,12 @@
dependencies:
pre:
- go get -u github.com/tools/godep
override:
- godep restore
test:
pre:
- go vet ./...
override:
- godep go test ./...