Skip to content

Commit

Permalink
Set travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Apr 9, 2020
1 parent ddcf660 commit bf99ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ env:
global:
- JAVA_HOME="/usr/lib/jvm/java-8-oracle/jre"
- JACKRABBIT_VERSION=2.12.0
- SYMFONY__PHPCR__TRANSPORT=doctrinedbal
- SYMFONY__DATABASE__VERSION=5.5.39
- ES_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.2-linux-x86_64.tar.gz"

cache:
directories:
Expand All @@ -23,10 +21,12 @@ matrix:
env:
- COMPOSER_FLAGS="--prefer-lowest --prefer-dist --no-interaction -vvv"
- ES_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.14.tar.gz"
- SYMFONY__PHPCR__TRANSPORT=doctrinedbal
- ENABLE_SWAP=true
- php: 7.3
env:
- COMPOSER_FLAGS="--prefer-dist --no-interaction"
- ES_DOWNLOAD_URL="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.2-linux-x86_64.tar.gz"
- SYMFONY__PHPCR__TRANSPORT=jackrabbit
- PHPSTAN=true

Expand Down

0 comments on commit bf99ccb

Please sign in to comment.