Clean up CI output

This commit is contained in:
James Allen 2017-12-14 09:43:59 +00:00
parent d7a26e27e5
commit b0812864ac
2 changed files with 4 additions and 2 deletions

View file

@ -60,7 +60,7 @@ pipeline {
sh 'git config --global core.logallrefupdates false'
sh 'mv app/views/external/robots.txt public/robots.txt'
sh 'mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html'
sh 'npm install'
sh 'npm --quiet install'
sh 'npm rebuild'
// It's too easy to end up shrinkwrapping to an outdated version of translations.
// Ensure translations are always latest, regardless of shrinkwrap

View file

@ -74,7 +74,9 @@ test_acceptance_modules: docker-shared.yml
test_acceptance_module: docker-shared.yml
cd $(MODULE) && make test_acceptance
ci: install test
ci:
MOCHA_ARGS="--reporter tap" \
$(MAKE) install test
.PHONY:
all add install update test test_unit test_unit_frontend test_acceptance \