Skip to content

Commit 9951449

Browse files
committed
Fix path for travis script
1 parent 23d45a8 commit 9951449

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
@@ -26,8 +26,8 @@ composer config minimum-stability dev
2626
composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_SLUG.git
2727
#TODO make it work with tags as well:
2828

29-
php .travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/tests/composer.json composer.json
3029
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
30+
php ../.travis/merge-dev.php vendor/$COMPOSER_PACKAGE_NAME/composer.json composer.json
3131

3232
# prepare for test suite
3333
case $TEST_SUITE in

0 commit comments

Comments
 (0)