chore: also install -g gulp on Travis (#2934)

This wasn’t necessary before, but it seems to be necessary now.
This commit is contained in:
Patrice Chalin 2016-12-06 09:20:47 -08:00 committed by Jesús Rodríguez
parent e96cc7689f
commit 6df37932ab
1 changed files with 1 additions and 3 deletions

View File

@ -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)