kibana/.travis.yml

29 lines
738 B
YAML
Raw Normal View History

2014-06-19 19:18:00 +02:00
language: node_js
node_js: '0.12.7'
2015-08-27 02:19:55 +02:00
install:
- npm install
script: ./node_modules/.bin/grunt travis
2015-05-30 19:15:16 +02:00
sudo: false
2015-09-10 22:36:13 +02:00
addons:
firefox: "40.0"
2015-05-30 19:15:16 +02:00
cache:
directories:
- esvm
- node_modules
- selenium
before_cache:
- rm -rf esvm/*/logs esvm/data_dir
2015-07-28 02:39:46 +02:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
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>)'