Skip to content

Commit 0b8bbee

Browse files
committed
Removed unnecessary git clone from travis
1 parent 8814d95 commit 0b8bbee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ install:
2020
- mkdir /tmp/elasticsearch
2121
- wget -O - https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.0.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
2222
- /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
2423

2524
script: tox
2625

0 commit comments

Comments
 (0)