run tests in ci

This commit is contained in:
Victor Vrantchan
2017-03-19 17:35:40 -04:00
committed by Victor Vrantchan
parent 46bfa29790
commit 47cd6b7679
2 changed files with 4 additions and 1 deletions

View File

@@ -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/)

View File

@@ -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.