mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 18:12:13 +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;
|
sh -e /etc/init.d/xvfb start;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script: script/cibuild
|
script: script/cibuild --verbose
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue