Skip to content

Commit 782cac1

Browse files
committed
update travis config
1 parent 036b297 commit 782cac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
sudo: false
22
language: php
33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
77
env:
88
global:
9-
- ES_VERSION=6.7.1 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
9+
- ES_VERSION=7.4.0 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
1010
install:
1111
- wget ${ES_DOWNLOAD_URL}
1212
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz

0 commit comments

Comments
 (0)