Skip to content

Commit 6df3793

Browse files
chalinFoxandxss
authored andcommitted
chore: also install -g gulp on Travis (angular#2934)
This wasn’t necessary before, but it seems to be necessary now.
1 parent e96cc76 commit 6df3793

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/before-install.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ set -e -o pipefail
55
[[ -z "$NGIO_ENV_DEFS" ]] && . ./scripts/env-set.sh
66
[[ -n "$TRAVIS" ]] && . ./scripts/env-info-and-check.sh
77

8-
if [ -z "$TRAVIS" ]; then
9-
(set -x; npm install -g gulp --no-optional)
10-
fi
8+
(set -x; npm install -g gulp --no-optional)

0 commit comments

Comments
 (0)