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.
1 parent 782cac1 commit 73c4852Copy full SHA for 73c4852
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.3
7
env:
8
global:
9
- - ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
+ - ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
10
install:
11
- wget ${ES_DOWNLOAD_URL}
12
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments