Error on warnings

This commit is contained in:
Michael Miller 2019-09-23 21:03:04 -06:00
parent b79e580822
commit 335a76527b
1 changed files with 2 additions and 2 deletions

View File

@ -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: