From d3f1ce234ee2e62e9bfaaa6c20dcb7525453fa87 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 22 Jan 2014 12:15:05 -0700 Subject: [PATCH] discard npm rebuild output --skip-ci --- scripts/codeship.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/codeship.sh b/scripts/codeship.sh index 1f264e035..2efce3bda 100755 --- a/scripts/codeship.sh +++ b/scripts/codeship.sh @@ -22,14 +22,14 @@ case $1 in group "test node 0.8" nvm use 0.8 echo "rebuilding npm deps" - npm --silent rebuild + npm rebuild &> /dev/null call ES_BRANCH=master ./scripts/ci.sh call ES_BRANCH=0.90 ./scripts/ci.sh group "test node 0.10" nvm use 0.10 echo "rebuilding npm deps" - npm --silent rebuild + npm rebuild &> /dev/null call ES_BRANCH=master COVERAGE=1 ./scripts/ci.sh call ES_BRANCH=0.90 ./scripts/ci.sh