We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9870d commit 6f0e0f3Copy full SHA for 6f0e0f3
.travis/before_script.sh
@@ -27,7 +27,10 @@ composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_
27
#TODO make it work with tags as well:
28
29
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
30
+
31
+# Install dev dependencies of module
32
php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/composer.json composer.json
33
+composer update
34
35
# prepare for test suite
36
case $TEST_SUITE in
0 commit comments