mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
10 lines
134 B
YAML
10 lines
134 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
git:
|
|
depth: 1
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
after_script:
|
|
- npm run coveralls
|