kibana/.travis.yml

23 lines
623 B
YAML
Raw Normal View History

2014-06-19 19:18:00 +02:00
language: node_js
2015-06-06 01:20:49 +02:00
node_js: '0.12'
install: npm install
script: npm test
2015-05-30 19:15:16 +02:00
sudo: false
cache:
directories:
- esvm
2015-06-30 14:12:56 +02:00
- bower_components
2015-05-30 19:15:16 +02:00
- node_modules
before_cache:
- rm -rf esvm/*/logs esvm/data_dir
2014-07-16 19:31:07 +02:00
notifications:
2014-07-16 19:48:14 +02:00
email:
- rashid.khan@elastic.co
2014-07-16 19:31:07 +02:00
hipchat:
rooms:
2014-11-05 00:12:38 +01:00
secure: UKrVR+5KztHarodQruQe97UJfwftutD6RNdXlVkr+oIr2GqccisDIIN9pAzS/kxl+eAnP1uT6VHzc9YI/jgbrmiSkz3DHViw+MwDwY2aIDgI8aHEbd/4B2ihtb15+OYTVbb+lytyz4+W8A8hSmbkTR/P/uFIJ+EYcBeYZfw1elo=
format: html
on_success: change
2014-09-12 00:32:07 +02:00
template:
2014-11-05 00:12:38 +01:00
- ! '%{repository_slug}/%{branch} by %{author}: %{commit_message} (<a href="%{build_url}">open</a>)'