fix(build): Actually make verbose

This commit is contained in:
Juan Tejada 2016-04-11 15:40:20 -07:00
parent 3658f0e0da
commit 0fd5659aad
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ before_script:
sh -e /etc/init.d/xvfb start;
fi
script: script/cibuild --verbose
script: script/cibuild
cache:
directories:

View file

@ -12,4 +12,4 @@ set -e
echo "---> $(npm --version)"
echo "---> $(node --version)"
script/bootstrap
build/node_modules/.bin/grunt ci --gruntfile build/Gruntfile.coffee --stack --no-color;
build/node_modules/.bin/grunt ci --verbose --gruntfile build/Gruntfile.coffee --stack --no-color;