Skip to content

Commit 957a838

Browse files
committed
Try another tool
1 parent 7108f85 commit 957a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ then
44
sudo apt-get update -y
55
sudo apt-get install -y openjdk-7-jre
66
java --version
7-
sudo update-alternatives --set java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
7+
sudo update-java-alternatives --list
88
java --version
99
sudo apt-get purge -y elasticsearch
1010
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)