We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7558adf commit 5359af9Copy full SHA for 5359af9
1 file changed
.travis.yml
@@ -7,8 +7,8 @@ matrix:
7
sudo: false
8
before_install:
9
- cd ..
10
- - wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip
11
- - mv elasticsearch-1.7.5 elasticsearch
+ - wget --no-check-certificate https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/2.4.1/elasticsearch-2.4.1.zip && unzip elasticsearch-2.4.1.zip
+ - mv elasticsearch-2.4.1 elasticsearch
12
- cd elasticsearch
13
- bin/elasticsearch -d
14
0 commit comments