mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
Revert "fix(build): Actually make verbose"
This reverts commit 0fd5659aad
.
This commit is contained in:
parent
0ada532336
commit
232f2cbbf5
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ before_script:
|
|||
sh -e /etc/init.d/xvfb start;
|
||||
fi
|
||||
|
||||
script: script/cibuild
|
||||
script: script/cibuild --verbose
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
@ -12,4 +12,4 @@ set -e
|
|||
echo "---> $(npm --version)"
|
||||
echo "---> $(node --version)"
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue