kibana/.travis.yml

5 lines
96 B
YAML
Raw Normal View History

script:
- "nvm use 0.10"
- "npm install -g grunt-cli bower"
- "npm install"
- "npm test"