Skip to content

Commit 08c74ce

Browse files
committed
upgrade elasticsearch version in the travis to the 7.5.2
1 parent 7aa5d65 commit 08c74ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- 7.4
99
env:
1010
global:
11-
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
11+
- ES_VERSION=7.5.2 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz
1212
install:
1313
- wget ${ES_DOWNLOAD_URL}
1414
- tar -xzf elasticsearch-${ES_VERSION}-linux-x86_64.tar.gz

0 commit comments

Comments
 (0)