Skip to content

Commit 43471f3

Browse files
committed
Debug Travis
1 parent 2b24c64 commit 43471f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis/before_script.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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-
ls -l
33-
php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/composer.json composer.json | tee composer.json
32+
php ../.travis/merge-dev.php `pwd`/vendor/$COMPOSER_PACKAGE_NAME/composer.json `pwd`/composer.json | tee composer.json
3433
composer update
3534

3635
# prepare for test suite

0 commit comments

Comments
 (0)