Skip to content

Commit

Permalink
Merge pull request #162 from fredden/old-composer
Browse files Browse the repository at this point in the history
Use old composer for compatibility with Magento
  • Loading branch information
Ethan3600 committed Dec 12, 2020
2 parents 7d4a5b9 + 24cb51c commit 4e5f6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/before_script.sh
Expand Up @@ -14,7 +14,8 @@ test "$TEST_SUITE" = "coverage" || echo > ~/.phpenv/versions/$(phpenv version-na
echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
phpenv rehash;

composer selfupdate
# Pinned to version 1 of composer. See https://github.com/magento/community-features/issues/302
composer selfupdate --1

# Allow elasticsearch service to start. See https://docs.travis-ci.com/user/database-setup/#elasticsearch
sleep 10
Expand Down

0 comments on commit 4e5f6e0

Please sign in to comment.