Files
grafana/circle.yml
T
2015-03-07 12:55:26 +01:00

14 lines
213 B
YAML

machine:
services:
- docker
dependencies:
override:
- go get github.com/tools/godep
- npm install
test:
override:
- godep go test -v ./pkg/...
- ./node_modules/grunt-cli/bin/grunt test