We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96cc76 commit 6df3793Copy full SHA for 6df3793
scripts/before-install.sh
@@ -5,6 +5,4 @@ set -e -o pipefail
5
[[ -z "$NGIO_ENV_DEFS" ]] && . ./scripts/env-set.sh
6
[[ -n "$TRAVIS" ]] && . ./scripts/env-info-and-check.sh
7
8
-if [ -z "$TRAVIS" ]; then
9
- (set -x; npm install -g gulp --no-optional)
10
-fi
+(set -x; npm install -g gulp --no-optional)
0 commit comments