kibana/.travis.yml

9 lines
144 B
YAML
Raw Normal View History

2014-06-19 19:18:00 +02:00
language: node_js
node_js:
- "0.10"
install:
- "npm install -g grunt-cli bower"
- "npm install"
- "bower install"
2014-06-19 19:18:00 +02:00
script:
- "npm test"