diff --git a/dev/travis/before_script.sh b/dev/travis/before_script.sh index 0e8cc26e154df..7cf55ca8083f1 100755 --- a/dev/travis/before_script.sh +++ b/dev/travis/before_script.sh @@ -71,7 +71,7 @@ case $TEST_SUITE in --output-file="$changed_files_ce" \ --base-path="$TRAVIS_BUILD_DIR" \ --repo='https://github.com/magento/magento2.git' \ - --branch='$TRAVIS_BRANCH' + --branch="$TRAVIS_BRANCH" cat "$changed_files_ce" | sed 's/^/ + including /' cd ../../..