Skip to content

Commit 73c4852

Browse files
committed
elasticsearch download link has been changed
1 parent 782cac1 commit 73c4852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.3
77
env:
88
global:
9-
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
9+
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
1010
install:
1111
- wget ${ES_DOWNLOAD_URL}
1212
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)