Skip to content

Commit 28405b1

Browse files
committed
minor #1833 work around autoloading issues with Composer 1.6.1 (xabbuh)
This PR was merged into the 2.3-dev branch. Discussion ---------- work around autoloading issues with Composer 1.6.1 Commits ------- 52ba336 work around autoloading issues with Composer 1.6.1
2 parents 984a976 + 52ba336 commit 28405b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ matrix:
3030

3131
before_install:
3232
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
33+
34+
# temporary workaround until https://github.com/composer/composer/issues/6977 is resolved
35+
- composer self-update 1.5.6
36+
3337
- if [ "$DEPENDENCIES" != "" ]; then composer config minimum-stability $DEPENDENCIES; fi
3438
- if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update symfony/lts=$SYMFONY_LTS; fi
3539

0 commit comments

Comments
 (0)