Skip to content

Commit

Permalink
[travis] version 6.4 requires Solr search engine 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Jul 1, 2016
1 parent 9c725e7 commit 7ae302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.travis/prepare_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COMPOSER_UPDATE=""
# solr package search API integration tests
if [ "$TEST_CONFIG" = "phpunit-integration-legacy-solr.xml" ] ; then
echo "> Require ezsystems/ezplatform-solr-search-engine:dev-master"
composer require --no-update ezsystems/ezplatform-solr-search-engine:dev-master
composer require --no-update ezsystems/ezplatform-solr-search-engine:^1.0.0@dev
COMPOSER_UPDATE="true"
fi

Expand Down

0 comments on commit 7ae302b

Please # to comment.