We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8814d95 commit 0b8bbeeCopy full SHA for 0b8bbee
.travis.yml
@@ -20,7 +20,6 @@ install:
20
- mkdir /tmp/elasticsearch
21
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.0.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
22
- /tmp/elasticsearch/bin/elasticsearch -d -E script.inline=true -E path.repo=/tmp -E repositories.url.allowed_urls='http://*' -E node.attr.testattr=test
23
- - git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
24
25
script: tox
26
0 commit comments