Skip to content

Commit bc94023

Browse files
committed
TASK: Add a branch alias to travis requirement
1 parent 036292a commit bc94023

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
4040
script:
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

0 commit comments

Comments
 (0)