Skip to content

Commit 5359af9

Browse files
committed
TASK: Update travis.yml to use ElasticSearch 2.4.1
1 parent 7558adf commit 5359af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ matrix:
77
sudo: false
88
before_install:
99
- 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
10+
- 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
11+
- mv elasticsearch-2.4.1 elasticsearch
1212
- cd elasticsearch
1313
- bin/elasticsearch -d
1414
- cd ..

0 commit comments

Comments
 (0)