aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jenkins/master.sh
diff options
context:
space:
mode:
authorTobias Bosch2014-01-06 15:48:30 -0800
committerTobias Bosch2014-01-06 15:48:30 -0800
commitefbc2428754dc803122198b523dc7071ddc6f3cd (patch)
tree1c58ceb7900df285708f47eeeaedf4c585d1975f /scripts/jenkins/master.sh
parentd4d58f287f49023dda41def14968da5a7752c699 (diff)
downloadangular.js-efbc2428754dc803122198b523dc7071ddc6f3cd.tar.bz2
chore(build): bugfixes to build scripts on Jenkins
Diffstat (limited to 'scripts/jenkins/master.sh')
-rwxr-xr-xscripts/jenkins/master.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/jenkins/master.sh b/scripts/jenkins/master.sh
index e27fa552..93af4d94 100755
--- a/scripts/jenkins/master.sh
+++ b/scripts/jenkins/master.sh
@@ -12,7 +12,8 @@ function build {
cd ../..
if [[ $NO_TEST == "true" ]]; then
- grunt package
+ npm install --color false
+ grunt ci-checks package --no-color
else
./jenkins_build.sh
fi