Skip to content

Commit 4de6c42

Browse files
committed
Print composer version during CI builds
1 parent 381d1ab commit 4de6c42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
before_script:
1515
- composer self-update
16+
- composer --version
1617
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
1718
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
1819
- composer install -n --dev --prefer-source

0 commit comments

Comments
 (0)