diff --git a/scripts/before-install.sh b/scripts/before-install.sh index 9e09d48f55..e113d92cc0 100755 --- a/scripts/before-install.sh +++ b/scripts/before-install.sh @@ -5,6 +5,4 @@ set -e -o pipefail [[ -z "$NGIO_ENV_DEFS" ]] && . ./scripts/env-set.sh [[ -n "$TRAVIS" ]] && . ./scripts/env-info-and-check.sh -if [ -z "$TRAVIS" ]; then - (set -x; npm install -g gulp --no-optional) -fi +(set -x; npm install -g gulp --no-optional)