From db541b5daa9dd476191f94d4874a8d0b2f691caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 22 Apr 2015 22:45:46 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec2c6a7e..5a00ffb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,14 @@ env: install: - mkdir /tmp/elasticsearch - wget -O - http://s3-eu-west-1.amazonaws.com/build-eu.elasticsearch.org/origin/master/nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1 - - git clone https://github.com/elasticsearch/elasticsearch.git ../elasticsearch + - /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --script.inline on --script.indexed on + - git clone https://github.com/elastic/elasticsearch.git ../elasticsearch - pip install . -before_script: - - /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --node.bench true --script.disable_dynamic false - script: - python setup.py test + +notifications: + email: + recipients: + - honza.kral@gmail.com