File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ matrix:
1111 env : ES=2
1212sudo : false
1313before_install :
14- - export NEOS_TARGET_VERSION=2.3
14+ - export NEOS_TARGET_VERSION=3.0
1515 - cd ..
1616 - if [ "$ES" = 1 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip && mv elasticsearch-1.7.5 elasticsearch; fi
1717 - if [ "$ES" = 2 ]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.4.3.zip && unzip elasticsearch-2.4.3.zip && mv elasticsearch-2.4.3 elasticsearch; fi
@@ -20,7 +20,7 @@ before_install:
2020 - cd ..
2121 - git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
2222 - cd neos-base-distribution
23- - composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:3.0.x- dev
23+ - composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
2424install :
2525 - composer install --no-interaction
2626 - cd ..
You can’t perform that action at this time.
0 commit comments