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 036b297 commit 782cac1Copy full SHA for 782cac1
.travis.yml
@@ -1,12 +1,12 @@
1
sudo: false
2
language: php
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
+ - 7.3
7
env:
8
global:
9
- - 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
10
install:
11
- wget ${ES_DOWNLOAD_URL}
12
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
0 commit comments