Skip to content

Commit

Permalink
Merge pull request #13 from AmpersandHQ/convenient-patch-1
Browse files Browse the repository at this point in the history
Update travis-install-magento.sh
  • Loading branch information
convenient authored Jan 10, 2022
2 parents 0e65931 + e8df0d9 commit 3fc9abf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ set -e
DIR_BASE="$(dirname $(readlink -f $(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")))"
DIR_INSTANCES="$DIR_BASE/instances"

# Ensure we do not use the module under tests vendor/bin directory, as this script is sourced into the current shell it can get a bit polluted / confused
unset COMPOSER_BIN_DIR

NAME=$NAME
NAME=${NAME//[-._]/}

Expand Down Expand Up @@ -160,4 +163,7 @@ install_magento
prepare_php_and_apache
assert_alive

# Ensure we do not use the module under tests vendor/bin directory, as this script is sourced into the current shell it can get a bit polluted / confused
unset COMPOSER_BIN_DIR

set +e

0 comments on commit 3fc9abf

Please sign in to comment.