Navigation Menu

Skip to content

Commit

Permalink
[Travis] Prefer composer dist download over git
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 26, 2014
1 parent 9520f17 commit 981efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -86,7 +86,7 @@ before_script:
# Switch to another Symfony version if asked for
- if [ $SYMFONY_VERSION != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;
# Install packages using composer
- composer install --dev --prefer-source
- composer install --dev --prefer-dist
# Setup Solr / Elastic search if asked for
- if [ "$TEST_CONFIG" == "phpunit-integration-legacy-elasticsearch.xml" ] ; then ./bin/.travis/init_elasticsearch.sh ; fi
- "if [ \"$TEST_CONFIG\" = \"phpunit-integration-legacy-solr.xml\" ] ; then curl -L https://raw.github.com/moliware/travis-solr/797595/travis-solr.sh | SOLR_CONFS=eZ/Publish/Core/Persistence/Solr/Content/Search/schema.xml bash ; fi"
Expand Down

0 comments on commit 981efe6

Please sign in to comment.