Skip to content

Commit 577e70e

Browse files
committed
Java debugging
1 parent 077593c commit 577e70e

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
@@ -3,6 +3,8 @@ then
33
sudo add-apt-repository -y ppa:openjdk-r/ppa
44
sudo apt-get update -y
55
sudo apt-get install -y openjdk-7-jre
6+
java --version
7+
sudo update-alternatives --config java -l
68
sudo apt-get purge -y elasticsearch
79
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
810
tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)