There was an error while loading. Please reload this page.
1 parent c4ce9af commit 0d1d57aCopy full SHA for 0d1d57a
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
- java -version
25
26
install:
27
- - curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.zip
+ - curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.1.zip
28
- unzip /tmp/es-snap.zip -d /tmp/
29
- /tmp/elasticsearch-*/bin/elasticsearch -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test -d
30
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
0 commit comments