From 1337ca837b8de992945413a7f4f4b0aecd89dc9c Mon Sep 17 00:00:00 2001
From: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Fri, 11 May 2018 18:51:07 +0900
Subject: [PATCH] Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml
 (#7447)

---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 02b505457b..8791965f0e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -11,6 +11,7 @@ aliases:
           RAILS_ENV: test
           PARALLEL_TEST_PROCESSORS: 4
           ALLOW_NOPAM: true
+          CONTINUOUS_INTEGRATION: true
           DISABLE_SIMPLECOV: true
     working_directory: ~/projects/mastodon/
 
-- 
GitLab