Skip to content

Commit bb5d0e9

Browse files
committed
Install from ppa
1 parent d4c21f4 commit bb5d0e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
if [ $ES_VERSION ]
22
then
3+
sudo add-apt-repository ppa:openjdk-r/ppa
4+
sudo apt-get update
35
sudo apt-get install openjdk-7-jre
46
sudo apt-get purge -y elasticsearch
57
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)