From e954cba19a8c9e730d2e1f0f8fc3ae4910c46268 Mon Sep 17 00:00:00 2001 From: Eric Sun Date: Wed, 22 Jun 2016 20:22:01 -0700 Subject: [PATCH] change elasticsearch download url --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af245f4492..b731bcc409 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: - cat $PLAY_HOME/framework/build # elasticsearch - - curl -O https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-2.3.3.deb && sudo dpkg -i --force-confnew elasticsearch-2.3.3.deb && sudo service elasticsearch restart + - curl -O https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.3/elasticsearch-2.3.3.deb && sudo dpkg -i --force-confnew elasticsearch-2.3.3.deb && sudo service elasticsearch restart cache: directories: