From edb2704f45657c9d3f4c4e8bbcfa736115798a88 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 22 Jun 2019 09:22:29 -0600 Subject: always use cirrus compute credits --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8e693dd..4ca365a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ test_task: - use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' + use_compute_credits: true container: matrix: - image: erlang:22 -- cgit v1.2.3