File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 25
25
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest --prefer-source"
26
26
27
27
before_install :
28
- - composer self-update
29
- - composer clear-cache
30
28
- composer config github-oauth.github.com ${GH_TOKEN}
29
+ - COMPOSER_ROOT_VERSION=6.1.99 composer self-update
30
+ - composer clear-cache
31
31
32
32
install :
33
33
- if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi
Original file line number Diff line number Diff line change 24
24
"sort-packages" : true
25
25
},
26
26
"repositories" : {
27
- "phpunit" : {
28
- "type" : " vcs" ,
29
- "url" : " https://github.com/krakjoe/phpunit"
30
- },
31
- "php-code-coverage" : {
32
- "type" : " vcs" ,
33
- "url" : " https://github.com/krakjoe/php-code-coverage"
34
- },
35
27
"environment" : {
36
28
"type" : " vcs" ,
37
29
"url" : " https://github.com/krakjoe/environment"
You can’t perform that action at this time.
0 commit comments