kibana/.travis.yml
2014-06-19 10:19:15 -07:00

8 lines
No EOL
124 B
YAML

language: node_js
node_js:
- "0.10"
install:
- "npm install -g grunt-cli bower"
- "npm install"
script:
- "npm test"