Skip to content

Commit

Permalink
update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
saimaz committed Feb 5, 2020
1 parent 05190bf commit 4e11988
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
env:
global:
- ES_VERSION=6.2.3 ES_DOWNLOAD_URL=https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
matrix:
- SYMFONY="~3.4"
- SYMFONY="^4.1"
- SYMFONY="^4.4"
- SYMFONY="^5.0"
install:
- wget ${ES_DOWNLOAD_URL}
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz
Expand Down

0 comments on commit 4e11988

Please sign in to comment.