File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before_install:
2727 - cd neos-base-distribution
2828 - composer config repositories.flowpack-elasticsearch git https://github.com/daniellienert/Flowpack.ElasticSearch.git
2929 - composer require --no-update --no-interaction neos/content-repository-search:dev-master
30- - composer require --no-update --no-interaction flowpack/elasticsearch:dev-feature/es-6-compatibility
30+ - composer require --no-update --no-interaction flowpack/elasticsearch:" dev-feature/es-6-compatibility as 4.1"
3131 - composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
3232 - composer require --no-update --no-interaction neos/nodetypes
3333 - composer remove --no-update --no-interaction neos/site-kickstarter
@@ -40,4 +40,4 @@ install:
4040script :
4141 - bin/phpunit --colors -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
4242 - if [ "$ES" = 5 ]; then FLOW_CONTEXT="Testing/ElasticVersion5" bin/phpunit --colors --stop-on-failure -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional; fi
43- - if [ "$ES" = 6 ]; then FLOW_CONTEXT="Testing/ElasticVersion6 " bin/phpunit --colors --stop-on-failure -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional; fi
43+ - if [ "$ES" = 6 ]; then FLOW_CONTEXT="Testing/ElasticVersion5 " bin/phpunit --colors --stop-on-failure -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional; fi
You can’t perform that action at this time.
0 commit comments