kibana/.travis.yml

20 lines
588 B
YAML
Raw Normal View History

2014-06-19 19:18:00 +02:00
language: node_js
node_js:
- '0.10'
2014-06-19 19:18:00 +02:00
install:
- npm install -g grunt-cli bower
- npm install
- bower install
2014-06-19 19:18:00 +02:00
script:
- npm test
2014-07-16 19:31:07 +02:00
notifications:
2014-07-16 19:48:14 +02:00
email:
- rashid.khan@elasticsearch.com
2014-11-03 19:45:09 +01:00
- spencer.alger@elasticsearch.com
2014-07-16 19:31:07 +02:00
hipchat:
rooms:
2014-11-03 19:45:09 +01:00
secure: AFhp0iboaeshokQnzRvoKPElb/JOvZ09X9mi58KbxI4iYlQ1nysvudV1b7YG8wxV9av3twgvfbcgzAoHyKhC2MZJDLzDHnZFn8r2OQXzjYpFxJuhAVirO4Weo0wi2Z78/OkxQo87gWYFa24qc8urR/Dfor4WdoWfCsJU8tQ7t5I=
format: html
on_success: change
2014-09-12 00:32:07 +02:00
template:
- ! '%{repository_slug}/%{branch} by %{author}: %{commit_message} (<a href="%{build_url}">open</a>)'