From 8a2d439264d453a3d8af5a3d01c2928019bd9e30 Mon Sep 17 00:00:00 2001 From: Ivan Gonzalez Date: Fri, 12 May 2017 12:03:50 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Change=20mix=20task=20on=20CircleCI?= =?UTF-8?q?=E2=80=99s=20tests=20(WIP)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a5ea6fc41ffae26a2d4e318959f6506f8eecd5c8. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 3f4bd22..98a8e9c 100644 --- a/circle.yml +++ b/circle.yml @@ -22,6 +22,6 @@ dependencies: test: override: - - mix do test --cover, coveralls.json + - mix do compile --warnings-as-errors, coveralls.json post: - bash <(curl -s https://codecov.io/bash)