Skip to content

Commit 2b5d17a

Browse files
Merge pull request #374 from Flowpack/task/configure-travis-for-7.0
TASK: Configure travis for ESCRA version 7
2 parents 301154e + 4f2d7d0 commit 2b5d17a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cache:
2424

2525
before_install:
2626
- export NEOS_TARGET_VERSION=5.3
27+
- export ESCRA_VERSION=~7.0
2728
- cd ..
2829
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
2930
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.9.0-linux-x86_64.tar.gz && mv elasticsearch-7.9.0 elasticsearch; fi
@@ -32,10 +33,7 @@ before_install:
3233
- cd ..
3334
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
3435
- cd neos-base-distribution
35-
- composer require --no-update --no-interaction neos/content-repository-search:dev-master
36-
- composer require --no-update --no-interaction flowpack/elasticsearch:dev-master
37-
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
38-
- composer remove --no-update --no-interaction neos/site-kickstarter
36+
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:${ESCRA_VERSION}
3937
install:
4038
- composer install --no-interaction
4139
- cd ..

0 commit comments

Comments
 (0)