Revert "fix(build): Actually make verbose"

This reverts commit 0fd5659aad.
This commit is contained in:
Juan Tejada 2016-04-11 16:12:05 -07:00
parent 0ada532336
commit 232f2cbbf5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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