Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 43a350a

Browse files
committed
Merge branch 'hotfix/composer-info'
Close #74
2 parents 897bc5f + 54be012 commit 43a350a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ before_install:
3333

3434
install:
3535
- travis_retry composer install --no-interaction --ignore-platform-reqs
36+
- composer info -i
3637

3738
script:
3839
- if [[ $EXECUTE_COVERAGE == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover clover.xml ; fi

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- [#73](https://github.com/zendframework/zend-diactoros/pull/73) adds caching of
10-
the vendor directory to the Travis-CI configuration, to speed up builds.
9+
- Nothing.
1110

1211
### Deprecated
1312

0 commit comments

Comments
 (0)