We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eba1bf + 24e5564 commit e04c905Copy full SHA for e04c905
.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-5.4.1.zip
+ - curl -L -o /tmp/es-snap.zip https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0-beta2.zip
28
- unzip /tmp/es-snap.zip -d /tmp/
29
- /tmp/elasticsearch-*/bin/elasticsearch -E script.inline=true -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