From fb323c1cb35e2f08a11aae0911218505d6e7b6c2 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 20 May 2019 15:54:48 -0500 Subject: [PATCH] Enabled credo `--strict` flag for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0cd139214..ca4457155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ elixir: otp_release: '20.3' script: - - mix credo + - mix credo --strict - mix format --check-formatted - mix test --no-start - mix docs