diff --git a/.circleci/config.yml b/.circleci/config.yml index ebf5e33d..06d024a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,3 +9,4 @@ jobs: - run: go get -u github.com/golang/dep/... - run: dep ensure - run: go install + - run: go test -cover $(go list ./... | grep -v /vendor/) diff --git a/README.md b/README.md index 1430dc55..7137560d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -mircomdm is a Mobile Device Management server for Apple Devices (primarily OS X macs). +[![CircleCI](https://circleci.com/gh/micromdm/micromdm/tree/master.svg?style=svg)](https://circleci.com/gh/micromdm/micromdm/tree/master) + +MircoMDM is a Mobile Device Management server for Apple Devices (primarily OS X macs). Note: We are making some changes. The README will be updated shortly.