Skip to content

Commit d9d9dc3

Browse files
committed
travis
1 parent f2ae6b0 commit d9d9dc3

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ env:
2525
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest --prefer-source"
2626

2727
before_install:
28-
- composer self-update
29-
- composer clear-cache
3028
- composer config github-oauth.github.com ${GH_TOKEN}
29+
- COMPOSER_ROOT_VERSION=6.1.99 composer self-update
30+
- composer clear-cache
3131

3232
install:
3333
- if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
"sort-packages": true
2525
},
2626
"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-
},
3527
"environment": {
3628
"type": "vcs",
3729
"url": "https://github.com/krakjoe/environment"

0 commit comments

Comments
 (0)