Skip to content

Commit 296b031

Browse files
committed
Use relpath for merge-dev.php arguments
1 parent 631a38a commit 296b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_
2929
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
3030

3131
# Install dev dependencies of module
32-
php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/composer.json composer.json | tee composer.json
32+
php ../.travis/merge-dev.php $(realpath vendor/$COMPOSER_PACKAGE_NAME/composer.json) $(realpath composer.json) | tee composer.json
3333
composer update
3434

3535
# prepare for test suite

0 commit comments

Comments
 (0)