This PR was merged into the 1.12 branch. Discussion ---------- AppVeyor/Travis - use GITHUB_OAUTH_TOKEN Commits ------- c252c14 AppVeyor/Travis - use GITHUB_OAUTH_TOKEN
@@ -20,10 +20,11 @@ cache:
- $HOME/.composer/cache
before_install:
+ - git config --global github.accesstoken 5e7538aa415005c606ea68de2bbbade0409b4b8c
- 'if [ "$SYMFONY_VERSION" != "" ]; then sed -i "s/\"symfony\/\([^\"]*\)\": \"[^\"]*\"/\"symfony\/\1\": \"$SYMFONY_VERSION\"/g" composer.json; fi'
install:
- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
+ - travis_retry composer update $COMPOSER_FLAGS --no-interaction
script:
- composer test-ci
@@ -23,6 +23,7 @@ install:
- cd C:\tools
- appveyor DownloadFile https://getcomposer.org/composer.phar
- appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
before_test:
- cd C:\projects\php-cs-fixer