Skip to content

Commit fa8ee6f

Browse files
author
Stanislav Idolov
authored
ENGCOM-1190: [Forwardport] test command inside if/then clause broke before install script #14464
2 parents b0d58cc + 0cd4cab commit fa8ee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phpenv rehash;
2121
test -n "$GITHUB_TOKEN" && composer config github-oauth.github.com "$GITHUB_TOKEN" || true
2222

2323
# Node.js setup via NVM
24-
if [ test $TEST_SUITE == "js" ]; then
24+
if [ $TEST_SUITE == "js" ]; then
2525
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
2626
export NVM_DIR="$HOME/.nvm"
2727
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

0 commit comments

Comments
 (0)