Skip to content

Commit

Permalink
Disable the npm propressbar in travis land
Browse files Browse the repository at this point in the history
We don't actually have anyone looking at it, it's slow, and
all tests run this, wasting at least several seconds each time.

npm/npm#11283
  • Loading branch information
jrafanie committed Jan 29, 2016
1 parent ea820b1 commit dc8c9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/before_script.sh
Expand Up @@ -3,6 +3,7 @@ set -v
if [[ -n "$TEST_SUITE" ]] ; then
if [[ -n "$SPA_UI" ]] ; then
pushd spa_ui/$SPA_UI
npm set progress=false
npm install bower gulp -g
npm install
npm version
Expand Down

0 comments on commit dc8c9cc

Please sign in to comment.