Skip to content

Commit 6f0e0f3

Browse files
committed
Trigger composer update after requiring dev deps
1 parent 4f9870d commit 6f0e0f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/before_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_
2727
#TODO make it work with tags as well:
2828

2929
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
30+
31+
# Install dev dependencies of module
3032
php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/composer.json composer.json
33+
composer update
3134

3235
# prepare for test suite
3336
case $TEST_SUITE in

0 commit comments

Comments
 (0)