File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ matrix:
33 include :
44 - php : 7.0
55 - php : 5.6
6- - php : 5.5
76sudo : false
87before_install :
8+ - export NEOS_TARGET_VERSION=2.3
99 - cd ..
1010 - wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.5.zip && unzip elasticsearch-1.7.5.zip
1111 - mv elasticsearch-1.7.5 elasticsearch
1212 - cd elasticsearch
1313 - bin/elasticsearch -d
1414 - cd ..
15- - git clone https://github.com/neos/neos-base-distribution.git
15+ - git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
1616 - cd neos-base-distribution
17- - composer require flowpack/elasticsearch-contentrepositoryadaptor dev-master
18- - composer require typo3/typo3cr-search dev-master
17+ - composer require flowpack/elasticsearch-contentrepositoryadaptor
18+ - composer require typo3/typo3cr-search
1919install :
2020 - composer install
2121 - cd ..
2222 - rm -rf neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2323 - mv Flowpack.ElasticSearch.ContentRepositoryAdaptor neos-base-distribution/Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor
2424 - cd neos-base-distribution
2525script :
26- - bin/phpunit -c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
27- - bin/phpunit -c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional
26+ - bin/phpunit --colors - c Build/BuildEssentials/PhpUnit/UnitTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Unit
27+ - bin/phpunit --colors --stop-on-failure - c Build/BuildEssentials/PhpUnit/FunctionalTests.xml Packages/Application/Flowpack.ElasticSearch.ContentRepositoryAdaptor/Tests/Functional
You can’t perform that action at this time.
0 commit comments