Skip to content

Commit aff89c7

Browse files
committed
TASK: Use dev-3.0 for now to get the psr-4 version of the cr-adapater
1 parent 5eaca2c commit aff89c7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ 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
23+
- composer require --no-update --no-interaction flowpack/elasticsearch-contentrepositoryadaptor:3.0.x-dev
2424
install:
2525
- composer install --no-interaction
2626
- cd ..
2727
- rm -rf neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2828
- mv Flowpack.ElasticSearch.ContentRepositoryAdaptor neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2929
- cd neos-base-distribution
30-
- composer dump-autoload
31-
- ./flow flow:package:rescan
3230
script:
3331
- bin/phpunit --colors -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
3432
- if [ "$ES" = 1 ]; then FLOW_CONTEXT="Testing/ElasticVersion1" bin/phpunit --colors --stop-on-failure -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional; fi

0 commit comments

Comments
 (0)