Skip to content
Snippets Groups Projects
Unverified Commit 58793513 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

update travis es version

parent d610aa6b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ php:
- 7.2
env:
global:
- ES_VERSION=6.2.2 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- ES_VERSION=6.5.4 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
install:
- wget ${ES_DOWNLOAD_URL}
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment