We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077593c commit 577e70eCopy full SHA for 577e70e
scripts/travis/install_elasticsearch.sh
@@ -3,6 +3,8 @@ then
3
sudo add-apt-repository -y ppa:openjdk-r/ppa
4
sudo apt-get update -y
5
sudo apt-get install -y openjdk-7-jre
6
+ java --version
7
+ sudo update-alternatives --config java -l
8
sudo apt-get purge -y elasticsearch
9
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
10
tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments