From 25f3d22ca25e347cef77953118036391d613ed3b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 2 Apr 2018 22:47:18 +0100 Subject: [PATCH] Run verbose build in tests --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09f2782..b52672a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: Test build - command: bash build.sh test/main.md + command: bash build.sh test/main.md --verbose - store_artifacts: path: output.pdf destination: output.pdf