Skip to content

Commit 3dfe3f4

Browse files
committed
More debug
1 parent 577e70e commit 3dfe3f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/travis/install_elasticsearch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ then
44
sudo apt-get update -y
55
sudo apt-get install -y openjdk-7-jre
66
java --version
7-
sudo update-alternatives --config java -l
7+
sudo update-alternatives --config java
8+
sudo update-alternatives --help
89
sudo apt-get purge -y elasticsearch
910
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
1011
tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)