From 83aaa00136ee06d4edc37198d29b66e6de220d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Tue, 20 Aug 2019 06:07:18 +0200 Subject: [PATCH] Remove check_formatted.sh from CI pipeline --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87dccd387..ade704660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ script: - mix compile --warnings-as-errors - mix test - ./test/smoke_test.sh - - ./test/check_formatted.sh after_script: - MIX_ENV=test mix inch.report matrix: