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

update travis config

parent 036b297d
No related branches found
No related tags found
No related merge requests found
sudo: false sudo: false
language: php language: php
php: php:
- 7.0
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
env: env:
global: global:
- ES_VERSION=6.7.1 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}.tar.gz
install: install:
- wget ${ES_DOWNLOAD_URL} - wget ${ES_DOWNLOAD_URL}
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz - 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