Browse Source

Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml (#7447)

pull/4/head
Yamagishi Kazutoshi 5 years ago
committed by Eugen Rochko
parent
commit
1337ca837b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .circleci/config.yml

+ 1
- 0
.circleci/config.yml View File

@ -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/

Loading…
Cancel
Save