Skip to content

Commit 92e4c62

Browse files
MAGETWO-70628: Missing link to reset password in forgot your password email
- fix travis static build
1 parent e62f268 commit 92e4c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/travis/before_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ case $TEST_SUITE in
7171
--output-file="$changed_files_ce" \
7272
--base-path="$TRAVIS_BUILD_DIR" \
7373
--repo='https://github.com/magento/magento2.git' \
74-
--branch='develop'
74+
--branch='$TRAVIS_BRANCH'
7575
cat "$changed_files_ce" | sed 's/^/ + including /'
7676

7777
cd ../../..

0 commit comments

Comments
 (0)