We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38c098 commit 036292aCopy full SHA for 036292a
1 file changed
.travis.yml
@@ -25,7 +25,9 @@ before_install:
25
- cd ..
26
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
27
- cd neos-base-distribution
28
+ - composer config repositories.flowpack-elasticsearch git https://github.com/daniellienert/Flowpack.ElasticSearch.git
29
- 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
31
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:dev-master
32
- composer require --no-update --no-interaction neos/nodetypes
33
- composer remove --no-update --no-interaction neos/site-kickstarter
0 commit comments