From 335a76527bff5632f49efc24fb937c78c2b5e4bc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 23 Sep 2019 21:03:04 -0600 Subject: [PATCH] Error on warnings --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4f88b8..f89c555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ before_script: spec: script: - - crystal spec + - crystal spec --error-on-warnings - bin/ameba - crystal tool format --check @@ -22,7 +22,7 @@ nightly: image: "crystallang/crystal:nightly" allow_failure: true script: - - crystal spec + - crystal spec --error-on-warnings - crystal tool format --check pages: