From 1595df1b495070957d8903fbaa41baae199c41a9 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 12 Apr 2021 17:53:37 +1000 Subject: [PATCH] Fixes for ci" --- .env.ci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.ci b/.env.ci index 486d20cfd0f1..1fde559c0b81 100644 --- a/.env.ci +++ b/.env.ci @@ -19,4 +19,5 @@ DB_HOST=127.0.0.1 NINJA_ENVIRONMENT=hosted COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}' TRAVIS=true -API_SECRET=superdoopersecrethere \ No newline at end of file +API_SECRET=superdoopersecrethere +PHANTOMJS_PDF_GENERATION=false